Upgrade to Gradle 2.3

Closes gh-80
This commit is contained in:
Stephane Nicoll
2015-02-24 16:08:08 +01:00
parent 1a7088e851
commit 8069c17946
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ order.
=== Release 1.0.0 (In progress)
* https://github.com/spring-io/initializr/issues/80[#80]: upgrade to Gradle 2.3.
* https://github.com/spring-io/initializr/issues/62[#62]: add version range support.
* https://github.com/spring-io/initializr/issues/75[#75]: migrate smoke tests to Geb.
* https://github.com/spring-io/initializr/issues/74[#74]: remove support for meta-data V1.

View File

@@ -54,5 +54,5 @@ eclipse {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.12'
gradleVersion = '2.3'
}