File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ tasks {
59
59
shadowJar {
60
60
mergeServiceFiles()
61
61
62
+ duplicatesStrategy = DuplicatesStrategy .INCLUDE // required for mergeServiceFiles()
63
+
62
64
manifest {
63
65
attributes[" Implementation-Version" ] = project.version
64
66
}
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ tasks {
51
51
shadowJar {
52
52
mergeServiceFiles()
53
53
54
+ duplicatesStrategy = DuplicatesStrategy .INCLUDE // required for mergeServiceFiles()
55
+
54
56
manifest {
55
57
attributes[" Implementation-Version" ] = project.version
56
58
}
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
plugins {
3
- id(" com.gradleup.shadow" ) version " 8.3.9 "
3
+ id(" com.gradleup.shadow" ) version " 9.0.2 "
4
4
id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
5
5
id(" com.gradle.develocity" ) version " 4.1"
6
6
}
You can’t perform that action at this time.
0 commit comments