Skip to content

Commit c374c98

Browse files
committed
Update shadow-jar to version 9.2.2
1 parent 21a0670 commit c374c98

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nexus = "2.0.0"
66
semver-git = "2.3.7"
77
openapi-gen = "7.17.0"
88
spotless = "8.0.0"
9-
shadow-jar = "9.0.2"
9+
shadow-jar = "9.2.2"
1010
download = "5.6.0"
1111

1212
# OpenZiti Edge API

ziti-jdbc/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ tasks.register<Jar>("packageJavadoc") {
4040
}
4141

4242
tasks.named<ShadowJar>("shadowJar") {
43-
manifest.from(tasks.jar.get().manifest)
4443
archiveClassifier.set("full")
4544
configurations = listOf(project.configurations.runtimeClasspath.get())
4645
mergeServiceFiles()

ziti/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ java {
115115
}
116116

117117
tasks.named<ShadowJar>("shadowJar") {
118-
manifest.inheritFrom(tasks.jar.get().manifest)
119118
archiveClassifier.set("full")
120119
mergeServiceFiles()
121120
configurations = listOf(project.configurations.runtimeClasspath.get())

0 commit comments

Comments
 (0)