Skip to content

Commit

Permalink
Change duplicateStrategy to WARN instead of include.
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiJun committed Mar 6, 2024
1 parent b0157dd commit eda4fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ configurations {
}
}
bootJar {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
duplicatesStrategy = DuplicatesStrategy.WARN
}
ext['elasticsearch.version'] = "$elasticVersion"

0 comments on commit eda4fff

Please sign in to comment.