mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
Upgrade to Gradle 2.9
Closes gh-160
This commit is contained in:
committed by
Stephane Nicoll
parent
991faf0839
commit
2eb6edcac3
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-bin.zip
|
||||
|
||||
@@ -62,5 +62,5 @@ eclipse {
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '2.7'
|
||||
gradleVersion = '2.9'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user