Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19854

How to exclude group from ear lib group

$
0
0

I ended up doing this:

ear {
    generateDeploymentDescriptor  = false
    from ('core/xml/application') {
        into 'META-INF'
    }
    
    rootSpec.exclude('**/xsdlib-2013.6.1.jar')
}

Viewing all articles
Browse latest Browse all 19854

Trending Articles