I had this same complaint a week ago or so and filed a Jira issue:
http://jira.codehaus.org/browse/GRADLE-832

I haven't checked the status.
-Paul

Peter Niederwieser wrote:
After updating some dependencies, my build fails as follows:

FAILURE: Build failed with an exception.

* Where:
Build file '/swd/prj/spock/trunk/spock-spring/build.gradle'

* What went wrong:
Execution failed for task ':spock-spring:test'.
Cause: Could not resolve all dependencies for configuration 'testRuntime':
    - download failed: javax.jms#jms;1.1!jms.jar
    - download failed: com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar
    - download failed: com.sun.jmx#jmxri;1.2.1!jmxri.jar

How can I find out the path to these transitive dependencies so that I can
exclude them? I've tried "gradle --dependencies", but it fails with the same
error as the build.

Cheers,
Peter

PS: How about letting Gradle automatically display the path to missing
dependencies (like Maven does)?




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

   http://xircles.codehaus.org/manage_email


Reply via email to