To clarify, I'm talking about when depending on core in another project, like
so:


project(':api:intellispec') {
        version = 1.0

        dependencies {
                compile project(':api:util')
                compile project(':api:schema')
                compile project(':api:core') 
        }
}

Where you see :api:core is where I'd like to be able to include a list of
some of the xxx-version.jar files or a *.jar type wildcard list.
-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/How-to-exclude-some-classes-from-jar-tp3315811p3317028.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