Skip to content

Commit ab678e0

Browse files
committed
Updates to Gradle 2.10
1 parent 54daac9 commit ab678e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,5 @@ task jacocoRootReport(type: JacocoReport, group: 'Coverage reports') {
240240
check.dependsOn jacocoRootReport
241241

242242
task wrapper(type: Wrapper) {
243-
gradleVersion = '2.9'
243+
gradleVersion = '2.10'
244244
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Dec 08 15:02:34 EST 2015
1+
#Fri Jan 01 22:19:23 EST 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)