update to gradle 2.6

This commit is contained in:
Janne Valkealahti
2015-09-06 16:26:11 +01:00
parent 5dc813ab3f
commit 76695443cc
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ buildscript {
dependencies {
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.7")
classpath('org.asciidoctor:asciidoctor-gradle-plugin:1.5.2')
classpath("io.spring.gradle:docbook-reference-plugin:0.3.0")
classpath("io.spring.gradle:docbook-reference-plugin:0.3.1")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.2.1.RELEASE")
}
}
@@ -348,7 +348,7 @@ configure(rootProject) {
task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '2.2.1'
gradleVersion = '2.6'
}
}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Sat Jan 31 16:49:22 GMT 2015
#Sun Sep 06 16:20:23 BST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-bin.zip