Upgrade to Gradle 8.12
Closes gh-43649
This commit is contained in:
@@ -26,7 +26,7 @@ dependencies {
|
||||
}
|
||||
|
||||
task syncIntegrationTestSources(type: Sync) {
|
||||
destinationDir file(layout.buildDirectory.dir("it"))
|
||||
destinationDir = file(layout.buildDirectory.dir("it"))
|
||||
from file("src/it")
|
||||
filter(springRepositoryTransformers.ant())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user