Upgrade to gradle 2.10

This commit is contained in:
Eric Bottard
2017-06-29 14:26:24 +02:00
parent 345effa322
commit e0a7dc642f
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:docbook-reference-plugin:0.1.5'
classpath 'io.spring.gradle:docbook-reference-plugin:0.3.1'
classpath 'org.springframework.build.gradle:spring-io-plugin:0.0.3.RELEASE'
}
}
@@ -210,7 +210,7 @@ artifacts {
task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '1.2'
gradleVersion = '2.10'
}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Wed Jun 28 15:58:25 CEST 2017
#Thu Jun 29 11:35:25 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip