I don't think that will help. The 0.9 distros ('bin' and 'all') aren't on codehaus, but on gradle.artifactoryonline.com. You need to set the urlRoot property, not the archiveClassifier.

On 19/12/2010 15:31, Spencer Allain wrote:
Two ways you can handle this:

[1] Change the distributionClassifier property value to be 'all' in the
gradle-wrapper.properties file.

distributionClassifier=all

[2] Set archiveClassifier = 'all' in the Wrapper task used for
generation and re-run it (this will change the distributionClassifier
property).

And, the new DSL docs, make it even easier to figure out exactly what to
change:

http://www.gradle.org/0.9/docs/dsl/org.gradle.api.tasks.wrapper.Wrapper.html

I'm sure the bin distribution will show up soon, but this will work for
the interim.

-Spencer


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to