[GRADLE-59] Allow classifiers to be added to a dependency notation (e.g. testng-5.8-jdk14) Created: 23/Apr/08 Updated: 04/Jan/13 Resolved: 17/Jun/08 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.1.1 |
Fix Version/s: | 0.2 |
Type: | Improvement | ||
Reporter: | Hans Dockter | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Issue Links: |
|
Comments |
Comment by Hans Dockter [ 25/Apr/08 ] |
There is a work around right now by using Ivy objects directly. See section 11.2.6 Ivy dependencies in the user's guide. |
Comment by Russel Winder [ 13/Jun/08 ] |
What's the syntax for Gradle scripts? |
Comment by Hans Dockter [ 16/Jun/08 ] |
"org.testng:testng:5.7:jdk14" |
Comment by Russel Winder [ 17/Jun/08 ] |
"org.testng:testng:5.8:jdk15@jar" appears to work fine. |