Skip to content

Commit 9b4cc07

Browse files
committed
Update Gradle to 2.12
1 parent 6861563 commit 9b4cc07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
id 'eclipse'
1818
id 'jacoco'
1919
id 'com.google.osdetector' version '1.4.0'
20-
id 'com.github.johnrengelman.shadow' version '1.2.2'
20+
id 'com.github.johnrengelman.shadow' version '1.2.3'
2121
}
2222
apply plugin: 'nebula-aggregate-javadocs'
2323

@@ -371,5 +371,5 @@ task jacocoRootReport(type: JacocoReport, group: 'Coverage reports') {
371371
check.dependsOn jacocoRootReport
372372

373373
task wrapper(type: Wrapper) {
374-
gradleVersion = '2.10'
374+
gradleVersion = '2.12'
375375
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Jan 04 19:05:21 EST 2016
1+
#Thu May 12 14:19:53 EDT 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.10-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip

0 commit comments

Comments
 (0)