Skip to content

Commit 563acd4

Browse files
committed
[Java] Update to Gradle 2.10
1 parent 9a9d54e commit 563acd4

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
@@ -74,7 +74,7 @@ def projectPom = {
7474
}
7575

7676
task wrapper(type: Wrapper) {
77-
gradleVersion = '2.9'
77+
gradleVersion = '2.10'
7878
}
7979

8080
subprojects {

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Nov 19 11:04:36 GMT 2015
1+
#Sat Jan 02 16:36:23 GMT 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.9-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip

0 commit comments

Comments
 (0)