Skip to content

Commit 8572d9e

Browse files
committed
Restore previous Main-Class configuration
This partially reverts commit d924e4d. See gh-43284
1 parent 92e2417 commit 8572d9e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ 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}')
237238
manifestEntries {
238-
delegate.'Main-Class'('${start-class}')
239239
delegate.'Multi-Release'('true')
240240
}
241241
}

0 commit comments

Comments
 (0)