File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ nexus = "2.0.0"
66semver-git = " 2.3.7"
77openapi-gen = " 7.17.0"
88spotless = " 8.0.0"
9- shadow-jar = " 9.0 .2"
9+ shadow-jar = " 9.2 .2"
1010download = " 5.6.0"
1111
1212# OpenZiti Edge API
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ tasks.register<Jar>("packageJavadoc") {
4040}
4141
4242tasks.named<ShadowJar >(" shadowJar" ) {
43- manifest.from(tasks.jar.get().manifest)
4443 archiveClassifier.set(" full" )
4544 configurations = listOf (project.configurations.runtimeClasspath.get())
4645 mergeServiceFiles()
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ java {
115115}
116116
117117tasks.named<ShadowJar >(" shadowJar" ) {
118- manifest.inheritFrom(tasks.jar.get().manifest)
119118 archiveClassifier.set(" full" )
120119 mergeServiceFiles()
121120 configurations = listOf (project.configurations.runtimeClasspath.get())
You can’t perform that action at this time.
0 commit comments