I'm trying to achieve the same result. With the setting

    war.libExcludeConfigurations('groovy')

I found that transitive dependencies of groovy were not excluded (the asm,
ant and jline jars were still in the war file).   I would have expected that
excluding the configuration would have excluded its transitive dependencies.

Any ideas on how to remove the transitive dependencies?

thanks


aha ... the following seems to do the job:

war.libExcludeConfigurations('groovy')


-- 
View this message in context: 
http://www.nabble.com/configuration-when-using-groovy-for-testing-only---tp23738798p25726274.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