After some digging on this mailing list, I found the solution. Specify the
configuration for the war dependency as follows:

dependencies {
    compile project(path:":mywar", configuration:"archives")
    compile project(":myjar")
}


--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Can-t-access-war-artifact-from-dependencies-in-1-0-tp5124737p5126300.html
Sent from the gradle-user mailing list archive at Nabble.com.

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

    http://xircles.codehaus.org/manage_email


Reply via email to