Skip to content

Commit 8ad6c1a

Browse files
committed
Merge pull request #233 from JLLeitschuh/chore/updateGradle
Updates to Gradle 2.10
2 parents bcf19f3 + f046e1b commit 8ad6c1a

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
@@ -244,5 +244,5 @@ task jacocoRootReport(type: JacocoReport, group: 'Coverage reports') {
244244
check.dependsOn jacocoRootReport
245245

246246
task wrapper(type: Wrapper) {
247-
gradleVersion = '2.9'
247+
gradleVersion = '2.10'
248248
}
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)