File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -210,15 +210,14 @@ tasks {
210
210
211
211
archiveClassifier.set(" " )
212
212
213
- duplicatesStrategy = DuplicatesStrategy .INCLUDE
214
- failOnDuplicateEntries = true
213
+ duplicatesStrategy = DuplicatesStrategy .EXCLUDE
215
214
216
215
mergeServiceFiles{
217
216
include(" inst/META-INF/services/**" )
218
217
path = " inst/META-INF/services"
219
218
}
220
- filesNotMatching (" inst/META-INF/services/**" ) {
221
- duplicatesStrategy = DuplicatesStrategy .EXCLUDE
219
+ filesMatching (" inst/META-INF/services/**" ) {
220
+ duplicatesStrategy = DuplicatesStrategy .INCLUDE
222
221
}
223
222
relocatePackages(this )
224
223
transform(injectSpanValueFieldTransformer)
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- shadow = " 9.1.0 "
2
+ shadow = " 9.2.2 "
3
3
jib = " 3.4.5"
4
4
spotless = " 8.0.0"
5
5
junit = " 5.13.4"
You can’t perform that action at this time.
0 commit comments