Added support for Spring Boot 3.2.0

This commit is contained in:
Erik C. Thauvin 2023-12-14 21:59:38 -08:00
parent 26654821bf
commit 8d5686a5c3
7 changed files with 149 additions and 80 deletions

View file

@ -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(