Skip to content

Commit ca1c62b

Browse files
committed
[Java] Upgrade to Gradle 2.14.1.
1 parent e4c665c commit ca1c62b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def projectPom = {
8686
}
8787

8888
task wrapper(type: Wrapper) {
89-
gradleVersion = '2.14'
89+
gradleVersion = '2.14.1'
9090
}
9191

9292
configurations {

gradle/wrapper/gradle-wrapper.jar

5 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jun 14 14:02:10 BST 2016
1+
#Sun Aug 14 20:15:26 BST 2016
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-2.14-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip

0 commit comments

Comments
 (0)