I have a set of compile dependencies, and I would like to generate
properties that look like this:
group:name:type = /path/to/jar

For example a junit dependency would give something like
junit:junit:jar = /home/me/.gradle/junit/junit-4.3.jar

I'm able to get the dependency linked to the file using a combination of
configurations.compile.files and configurations.compile.dependencies but
it's not very elegant, and I can't figure out how to get the file type.
 Is there an easy way to do this?

Thanks!

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to