[GRADLE-373] Section 16.3.2 given an incorrect example of how to include a sub-project (it uses '/' not ':') Created: 26/Jan/09 Updated: 04/Jan/13 Resolved: 10/Feb/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.6 |
Type: | Bug | ||
Reporter: | Jon Cox | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
Section 16.3.2 says: include 'project1', 'project2', 'project2/child1' I think it should probably say: include 'project1', 'project2', 'project2:child1' It might be even nicer if it said: include 'project1', 'project2', 'project2:child1' include 'project3' This way, you'd also illustrate by example that the settings.gradle file Aside: |