mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Remove calls to deprecated Project.getBuildDir() in Gradle files
Closes gh-42739
This commit is contained in:
@@ -30,7 +30,7 @@ configurations {
|
||||
|
||||
task syncMavenRepository(type: Sync) {
|
||||
from configurations.app
|
||||
into "${buildDir}/system-test-maven-repository"
|
||||
into layout.buildDirectory.dir("system-test-maven-repository")
|
||||
}
|
||||
|
||||
systemTest {
|
||||
|
||||
Reference in New Issue
Block a user