Remove remaining use of loader classic
Closes gh-42495
This commit is contained in:
@@ -18,7 +18,7 @@ dependencies {
|
||||
antUnit "org.apache.ant:ant-antunit:1.3"
|
||||
antIvy "org.apache.ivy:ivy:2.5.0"
|
||||
|
||||
compileOnly(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-classic"))
|
||||
compileOnly(project(":spring-boot-project:spring-boot-tools:spring-boot-loader"))
|
||||
compileOnly("org.apache.ant:ant:${antVersion}")
|
||||
|
||||
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
<echo>Extracting spring-boot-loader to ${destdir}/dependency</echo>
|
||||
<copy todir="${destdir}/dependency">
|
||||
<javaresource name="META-INF/loader/spring-boot-loader-classic.jar"
|
||||
<javaresource name="META-INF/loader/spring-boot-loader.jar"
|
||||
loaderref="spring.boot.antlib.loader" />
|
||||
<flattenmapper />
|
||||
</copy>
|
||||
@@ -58,7 +58,7 @@
|
||||
<lib />
|
||||
<globmapper from="*" to="BOOT-INF/lib/*" />
|
||||
</mappedresources>
|
||||
<zipfileset src="${destdir}/dependency/spring-boot-loader-classic.jar" />
|
||||
<zipfileset src="${destdir}/dependency/spring-boot-loader.jar" />
|
||||
<manifest>
|
||||
<attribute name="Main-Class"
|
||||
value="org.springframework.boot.loader.launch.JarLauncher" />
|
||||
|
||||
Reference in New Issue
Block a user