Hi guys
Not a bug per se, feel free to move it somewhere else more appropriate if needed.
I noticed a few typos (probably copy/paste typo) on javadocs for
https://gradle.org/docs/release-candidate/javadoc/org/gradle/model/Finalize.html
=> Mutate rules execute after Mutate rules, but before Validate rules.
and also
https://gradle.org/docs/release-candidate/javadoc/org/gradle/model/Validate.html
=> Mutate rules execute after Mutate rules, but before Validate rules.
Great job with this release. I can’t wait to use this domain model more and more.
I’ve already written some plugins with @Finalize, and it’s working great.
Small question as well:
On the user guide section (https://gradle.org/docs/release-candidate/userguide/new_model.html) nothing is said about the @Defaults, @Finalize and @Validate annotations.
Does this mean something like
- there are more likely to be changed than the others ?
- more error-prone at the moment ?