Upgraded to Gradle 2.0

This commit is contained in:
Arjen Poutsma
2014-07-04 13:36:00 +02:00
parent b58baa646e
commit 5295f2852f
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
maven { url 'http://repo.springsource.org/plugins-release' }
}
dependencies {
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.6'
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7'
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.7'
classpath 'org.springframework.build.gradle:spring-io-plugin:0.0.3.RELEASE'
}
@@ -437,6 +437,6 @@ configure(rootProject) {
task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '1.12'
gradleVersion = '2.0'
}
}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Wed Apr 30 09:59:47 CEST 2014
#Fri Jul 04 13:30:20 CEST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-all.zip