File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -458,6 +458,6 @@ apply {
458458}
459459
460460task wrapper (type : Wrapper ) {
461- gradleVersion = ' 2.2. 1'
461+ gradleVersion = ' 2.3-rc- 1'
462462 jarFile = ' gradle/wrapper/gradle-wrapper.jar'
463463}
Original file line number Diff line number Diff line change 1- # Mon Dec 01 21:06:36 CST 2014
1+ # Tue Jan 27 11:31:31 EST 2015
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.2. 1-bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.3-rc- 1-bin.zip
Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ repositories {
66 jcenter()
77}
88
9- ext {
10- gradleToolingApiVersion = " 2.3-20150115093000+0000" // gradle.gradleVersion
11- }
12-
139dependencies {
1410 compile project(" :grails-bootstrap" )
1511 compile " org.apache.ant:ant:$antVersion "
@@ -18,7 +14,7 @@ dependencies {
1814 compile " org.fusesource.jansi:jansi:$jansiVersion "
1915 compile " jline:jline:$jlineVersion "
2016 compile " org.eclipse.jgit:org.eclipse.jgit:3.5.2.201411120430-r"
21- compile " org.gradle:gradle-tooling-api: $g radleToolingApiVersion "
17+ compile gradleApi()
2218
2319 compile(" org.springframework.boot:spring-boot-cli:$springBootVersion " )
2420
You can’t perform that action at this time.
0 commit comments