[GRADLE-394] addFlatDirResolver(), addMavenRepo() and addMavenStyleRepo() should accept repo root dir parameters of type String, java.io.File, java.net.URL and java.net.URI Created: 10/Feb/09 Updated: 04/Jan/13 Resolved: 13/Apr/09 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | 0.6 |
| Type: | Improvement | ||
| Reporter: | Adam Murdoch | Assignee: | Hans Dockter |
| Resolution: | Fixed | Votes: | 0 |
| Comments |
| Comment by Hans Dockter [ 13/Apr/09 ] |
|
You can assign now any object for this parameter. The toString value of this object will be used as the actual value. |