[GRADLE-1954] Javadoc DSL for IvyArtifactRepository has wrong method name for ivy artifact pattern Created: 23/Nov/11 Updated: 04/Jan/13 Resolved: 24/Nov/11 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | 1.0-milestone-7 |
| Type: | Bug | ||
| Reporter: | Frederic Simon | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
Written "artifact*s*" should be "artifact" with no s:
* A repository layout that allows custom patterns to be defined. eg:
* <pre>
* layout 'pattern' , {
* artifact '[module]/[revision]/[artifact](.[ext])'
* ivy '[module]/[revision]/ivy.xml'
* }
* </pre>
|