Skip to content

Commit 9f1fa2b

Browse files
committed
Merge pull request #584 from JLLeitschuh/update/gradle
Update Gradle to 2.13
2 parents 6861563 + d5fcc3f commit 9f1fa2b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.13'
375375
}

gradle/wrapper/gradle-wrapper.jar

3 Bytes
Binary file not shown.
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 15:14:42 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.13-bin.zip

gradlew.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ echo location of your Java installation.
4646
goto fail
4747

4848
:init
49-
@rem Get command-line arguments, handling Windowz variants
49+
@rem Get command-line arguments, handling Windows variants
5050

5151
if not "%OS%" == "Windows_NT" goto win9xME_args
5252
if "%@eval[2+2]" == "4" goto 4NT_args

0 commit comments

Comments
 (0)