Skip to content

Commit 23d92aa

Browse files
committed
Merge branch '3.3.x'
Closes gh-43291
2 parents 32433e8 + d924e4d commit 23d92aa

File tree

1 file changed

+4
-1
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-parent

1 file changed

+4
-1
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,10 @@ publishing.publications.withType(MavenPublication) {
234234
}
235235
transformer(implementation: 'org.apache.maven.plugins.shade.resource.ServicesResourceTransformer')
236236
transformer(implementation: 'org.apache.maven.plugins.shade.resource.ManifestResourceTransformer') {
237-
delegate.mainClass('${start-class}')
237+
manifestEntries {
238+
delegate.'Main-Class'('${start-class}')
239+
delegate.'Multi-Release'('true')
240+
}
238241
}
239242
}
240243
}

0 commit comments

Comments
 (0)