[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
could contain more than one 'include' statement.


Aside:
It would also be nice if the first paragraph in Section 16.3 said:
"...in the multiproject build in the settings.gradle file". Currently
it just refers to the "settings" file. This looses an opportunity
to reinforce where the user needs to look to make the appropriate
configuration changes.


Generated at Wed Jun 30 11:28:30 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.