Update wrapper to http (not https) for squeeze purposes

This commit is contained in:
Seth Goings 2014-08-28 14:48:21 -06:00
parent 72d9c8e191
commit c9dc5b1a9c
2 changed files with 3 additions and 3 deletions

View File

@ -222,5 +222,5 @@ artifactory {
}
task wrapper(type: Wrapper) {
gradleVersion = '2.0'
distributionUrl = 'http://services.gradle.org/distributions/gradle-2.0-bin.zip'
}

View File

@ -1,6 +1,6 @@
#Wed Jul 23 15:29:56 MDT 2014
#Thu Aug 28 14:47:06 MDT 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-2.0-bin.zip