Skip to content

Commit

Permalink
Add exclusion strategy for Jar bundling in Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg committed Apr 7, 2023
1 parent dccb80e commit e706f39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ allprojects {
version = "1.1.3"

attachLocalRepositories()

tasks.withType<Jar> {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
}

plugins {
Expand Down

0 comments on commit e706f39

Please sign in to comment.