Skip to content

Commit 6098f35

Browse files
committed
Configure duplicateStrategy for Jar task
1 parent e1ebbf5 commit 6098f35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

grails-datastore-gorm-support/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@ dependencies {
5656
exclude group:'antlr', module: 'antlr'
5757
}
5858
}
59+
60+
project.tasks.withType(Jar) {
61+
configure {
62+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
63+
}
64+
}

0 commit comments

Comments
 (0)