We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289797b commit 1896566Copy full SHA for 1896566
spring-boot-project/spring-boot-devtools/build.gradle
@@ -76,7 +76,7 @@ dependencies {
76
testRuntimeOnly("org.yaml:snakeyaml")
77
}
78
79
-task copyIntTestDependencies(type: Copy) {
+task syncIntTestDependencies(type: Sync) {
80
destinationDir = file("${buildDir}/dependencies")
81
from {
82
configurations.intTestDependencies
@@ -85,5 +85,5 @@ task copyIntTestDependencies(type: Copy) {
85
86
87
intTest {
88
- dependsOn copyIntTestDependencies
+ dependsOn syncIntTestDependencies
89
0 commit comments