Skip to content

Commit 97aa3d0

Browse files
committed
[Java] Upgrade to Gradle 4.8.1.
1 parent 7001e6d commit 97aa3d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ task uploadToMavenCentral {
701701
'sbe-all:uploadShadow'
702702
}
703703

704-
task wrapper(type: Wrapper) {
705-
gradleVersion = '4.7'
704+
wrapper {
705+
gradleVersion = '4.8.1'
706706
distributionType = 'ALL'
707707
}

gradle/wrapper/gradle-wrapper.jar

4 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)