Merge branch '3.2.x' into 3.3.x

Closes gh-42772
This commit is contained in:
Moritz Halbritter
2024-10-17 17:52:55 +02:00
17 changed files with 75 additions and 73 deletions

View File

@@ -84,7 +84,7 @@ dependencies {
}
task syncIntTestDependencies(type: Sync) {
destinationDir = file("${buildDir}/dependencies")
destinationDir = file(layout.buildDirectory.dir("dependencies"))
from {
configurations.intTestDependencies
}