Relocate launcher classes
Create alternative launcher classes under the package `org.springframework.boot.loader.launch` and use them in favor of the previous location. This update is designed to improve compatibility with future changes in the loader. Closes gh-37667
This commit is contained in:
@@ -21,5 +21,5 @@ task explode(type: Sync) {
|
||||
|
||||
task launch(type: JavaExec) {
|
||||
classpath = files(explode)
|
||||
mainClass = 'org.springframework.boot.loader.JarLauncher'
|
||||
mainClass = 'org.springframework.boot.loader.launch.JarLauncher'
|
||||
}
|
||||
Reference in New Issue
Block a user