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 --- On Sun, 12/19/10, Baruch Sadogursky <[email protected]> wrote: From: Baruch Sadogursky <[email protected]> Subject: Re: [gradle-user] [ANN] Gradle 0.9 released To: [email protected] Date: Sunday, December 19, 2010, 9:47 AM Great. Voted. Thanks. On Sun, Dec 19, 2010 at 16:30, Luke Taylor <[email protected]> wrote: On 19/12/2010 14:16, Baruch Sadogursky wrote: Hi, folks! http://dist.codehaus.org/gradle/ does not include gradle-0.9-bin.zip <http://dist.codehaus.org/gradle/gradle-0.9-bin.zip>, so it can't be used as wrapper. Any workarounds? I came across the same thing this morning http://jira.codehaus.org/browse/GRADLE-1261 cheers, Luke. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email -- Best Regards, Baruch
