Upgrade to gradle 2.10
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user