Hello, I want to use the gradle wrapper with Bamboo.
- In my svn, I have: project-root/build.gradle project-root/gradlew project-root/gradlew.bat project-root/wrapper/gradle-wrapper.jar project-root/wrapper/gradle-wrapper.properties project-root/wrapper/dists/gradle-0.6-bin.zip - Content of gradle-wrapper.properties: #Thu Jul 16 14:45:46 CEST 2009 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME distributionVersion=0.6 zipStorePath=wrapper/dists urlRoot=http\://dist.codehaus.org/gradle distributionName=gradle distributionClassifier=bin I am wondering why, when executing a gradle task, it tries to download the gradle distribution zip from the Internet, as it is already in wrapper/dists. Any help welcome, Thanks. -- View this message in context: http://www.nabble.com/Bamboo---Gradle---No-download-problem-tp24516177p24516177.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
