And it's including the .war in my lib dir as well.  I need to be able to
create a war if I call on the project's war task directly, otherwise I only
want to generate a jar.


project('api:itl') {
        apply plugin: 'war'
        version = 1.0

        jar.enabled = true

        dependencies {
             ...
        }
}

-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/jar-SKIPPED-tp3213728p3362101.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