File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 }
55 dependencies {
66 classpath ' me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1'
7- classpath ' com.github.jengelman.gradle.plugins:shadow:1.2.2 '
7+ classpath ' com.github.jengelman.gradle.plugins:shadow:1.2.3 '
88 classpath ' me.champeau.gradle:japicmp-gradle-plugin:0.1.0'
99 }
1010}
@@ -72,7 +72,7 @@ subprojects {
7272}
7373
7474task wrapper (type : Wrapper ) {
75- gradleVersion = ' 2.9 '
75+ gradleVersion = ' 2.11 '
7676}
7777
7878// Task used by Heroku for staging
Original file line number Diff line number Diff line change 1- # Mon Dec 14 13:19:40 CET 2015
1+ # Fri Feb 12 10:36:51 CET 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.9 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.11 -bin.zip
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ echo location of your Java installation.
4646goto fail
4747
4848:init
49- @ rem Get command-line arguments, handling Windowz variants
49+ @ rem Get command-line arguments, handling Windows variants
5050
5151if not " %OS% " == " Windows_NT" goto win9xME_args
5252if " %@eval[2+2]" == " 4" goto 4NT_args
You can’t perform that action at this time.
0 commit comments