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'
}