Commit 5e04e1f4 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.3.x'

Closes gh-22888
parents b54ef4c4 1896566b
...@@ -74,7 +74,7 @@ dependencies { ...@@ -74,7 +74,7 @@ dependencies {
testRuntimeOnly("org.yaml:snakeyaml") testRuntimeOnly("org.yaml:snakeyaml")
} }
task copyIntTestDependencies(type: Copy) { task syncIntTestDependencies(type: Sync) {
destinationDir = file("${buildDir}/dependencies") destinationDir = file("${buildDir}/dependencies")
from { from {
configurations.intTestDependencies configurations.intTestDependencies
...@@ -83,5 +83,5 @@ task copyIntTestDependencies(type: Copy) { ...@@ -83,5 +83,5 @@ task copyIntTestDependencies(type: Copy) {
} }
intTest { intTest {
dependsOn copyIntTestDependencies dependsOn syncIntTestDependencies
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment