Added support for Spring Boot 3.2.0
This commit is contained in:
parent
26654821bf
commit
8d5686a5c3
7 changed files with 149 additions and 80 deletions
|
@ -110,7 +110,7 @@ public class BootWarOperation extends AbstractBootOperation<BootWarOperation> {
|
|||
.infLibs(project.compileClasspathJars())
|
||||
.infLibs(project.runtimeClasspathJars())
|
||||
.infLibs(project.buildDistDirectory())
|
||||
.launcherClass("org.springframework.boot.loader.WarLauncher")
|
||||
.launcherClass(BootUtils.launcherClass(project, "WarLauncher"))
|
||||
.launcherLibs(project.standaloneClasspathJars())
|
||||
.mainClass(project.mainClass())
|
||||
.manifestAttributes(List.of(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue