Hi and congrats to m9!

Two things, though:
1.) 
http://gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html
 as printed in the deprecation message currently results in an 404 but 
http://gradle.org/docs/1.0-milestone-9/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html
 works fine.

2.)
The documentation of the signing plugin at 
http://gradle.org/docs/current/userguide/userguide_single.html#signing_plugin 
still suggests 
allprojects*.setProperty("signing.keyId", console.readLine("PGP Key Id: "))
allprojects*.setProperty("signing.secretKeyRingFile", console.readLine("PGP 
Secret Key Ring File (absolute path): "))
allprojects*.setProperty("signing.password", console.readPassword("PGP Private 
Key Password: "))
in the example.

This results in a deprecation warning. And I don't really know what the correct 
way to specify those properties would look like. I tried several ways but had 
no luck so far.

Need to catch some sleep now.

Cheers,
Joern.

On 13.03.2012, at 22:21, Szczepan Faber wrote:

> The Gradle 1.0-milestone-9 is now available!
> 
> For the complete list of features and bug fixes take a look at release notes 
> here: 
> http://wiki.gradle.org/display/GRADLE/Gradle+1.0-milestone-9+Release+Notes. 
> Please read the migration guide at 
> http://wiki.gradle.org/display/GRADLE/Gradle+1.0-milestone-9+Migration+Guide 
> as there are some notable deprecations and potential breaking changes.
> 
> You are just a quick update to gradle-wrapper.properties away from checking 
> out this new release. Your wrapper needs this: 
> http://services.gradle.org/distributions/gradle-1.0-milestone-9-bin.zip.
> 
> Gradle 1.0-milestone-9 is planned to be the last milestone before we go into 
> the RC phase for 1.0 final. For more on the process from here to 1.0 final, 
> see http://forums.gradle.org/gradle/topics/our_plan_for_gradle_1_0.
> 
> Cheers!
> -- 
> Szczepan Faber
> Principal engineer@gradleware
> Lead@mockito


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

    http://xircles.codehaus.org/manage_email


Reply via email to