Join Slack
Communities
Powered by
Cool: ' tasks.withType<Jar> { excludes.add("...
# gradle
s
sprelacart
03/19/2018, 11:45 AM
Cool: ' tasks.withType<Jar> { excludes.add("application*.yaml") }' worked 🙂
g
gildor
03/19/2018, 3:39 PM
But you should understand that this is not 1 to 1 replacement. withType applied to all tasks with type Jar, not to particular task with name
jar
Open in Slack
Previous
Next