Skip to content

Commit 8c90d4d

Browse files
committed
[Java] Upgrade to Gradle 3.4.
1 parent 00cf8d6 commit 8c90d4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def projectPom = {
8686
}
8787

8888
task wrapper(type: Wrapper) {
89-
gradleVersion = '3.3'
89+
gradleVersion = '3.4'
9090
distributionType = 'ALL'
9191
}
9292

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jan 03 21:07:45 GMT 2017
1+
#Tue Feb 21 09:13:48 GMT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-all.zip

0 commit comments

Comments
 (0)