-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: 0.9
-
Fix Version/s: 0.9-rc-1
http://gradle.org/0.9-preview-3/docs/userguide/userguide_single.html#multi_project_builds
Example 36.6. Defining specific behaviour for particular project
println "I'm the largest animal ..."
should read
println "- I'm the largest animal ..."
36.6.1.3. The nature of project dependencies
In the first paragraph after Example 36.19
s/projects were one depends/projects where one depends/
36.6.3. Real life examples
In the first paragraph after Example 36.24
s/dependOnChildren()/dependsOnChildren()/
This same typo is repeated in 36.10 Summary.
Also in 36.10 Summary, s/allproject/allprojects/
36.7. Project lib dependencies
The sentence
What if one projects needs the jar produced by another project in its compile path.
would be better ended with a question mark than a period.
Example 36.26. Project lib dependencies
In the first paragraph following the example, the sentence
First shared is build and then api is build.
should read
First shared is built and then api is built.