Rename spring-boot-loader to spring-boot-loader-classic
Rename the `spring-boot-loader` module to `spring-boot-loader-classic` so that we can introduce an alternative loader implementation. See gh-37669
This commit is contained in:
@@ -7,7 +7,7 @@ plugins {
|
||||
description = "Spring Boot Layers Tools"
|
||||
|
||||
dependencies {
|
||||
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader"))
|
||||
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-classic"))
|
||||
implementation("org.springframework:spring-core")
|
||||
|
||||
testImplementation("org.assertj:assertj-core")
|
||||
|
||||
Reference in New Issue
Block a user