mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-19 22:09:01 +00:00
Merge branch '3.3.x'
Closes gh-43291
This commit is contained in:
@@ -234,7 +234,10 @@ publishing.publications.withType(MavenPublication) {
|
||||
}
|
||||
transformer(implementation: 'org.apache.maven.plugins.shade.resource.ServicesResourceTransformer')
|
||||
transformer(implementation: 'org.apache.maven.plugins.shade.resource.ManifestResourceTransformer') {
|
||||
delegate.mainClass('${start-class}')
|
||||
manifestEntries {
|
||||
delegate.'Main-Class'('${start-class}')
|
||||
delegate.'Multi-Release'('true')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user