Merge branch '3.2.x' into 3.3.x
Closes gh-42772
This commit is contained in:
@@ -84,7 +84,7 @@ dependencies {
|
||||
}
|
||||
|
||||
task syncIntTestDependencies(type: Sync) {
|
||||
destinationDir = file("${buildDir}/dependencies")
|
||||
destinationDir = file(layout.buildDirectory.dir("dependencies"))
|
||||
from {
|
||||
configurations.intTestDependencies
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user