Skip to content

Commit decc32d

Browse files
committed
Restructure project directories to better fit Gradle
Closes gh-46358
1 parent eec3e9b commit decc32d

File tree

10,576 files changed

+3502
-3404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

10,576 files changed

+3502
-3404
lines changed

spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle renamed to build-plugin/spring-boot-antlib/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ configurations {
3232

3333
dependencies {
3434
antUnit "org.apache.ant:ant-antunit:1.3"
35+
3536
antIvy "org.apache.ivy:ivy:2.5.0"
3637

37-
compileOnly(project(":spring-boot-project:spring-boot-tools:spring-boot-loader"))
38+
compileOnly(project(":loader:spring-boot-loader"))
3839
compileOnly("org.apache.ant:ant:${antVersion}")
3940

40-
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))
41+
implementation(project(":loader:spring-boot-loader-tools"))
4142
implementation("org.springframework:spring-core")
4243
}
4344

0 commit comments

Comments
 (0)