mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 03:43:54 +01:00
Avoid duplicates with different versions in Devtools' int test deps
Closes gh-22887
This commit is contained in:
@@ -76,7 +76,7 @@ dependencies {
|
||||
testRuntimeOnly("org.yaml:snakeyaml")
|
||||
}
|
||||
|
||||
task copyIntTestDependencies(type: Copy) {
|
||||
task syncIntTestDependencies(type: Sync) {
|
||||
destinationDir = file("${buildDir}/dependencies")
|
||||
from {
|
||||
configurations.intTestDependencies
|
||||
@@ -85,5 +85,5 @@ task copyIntTestDependencies(type: Copy) {
|
||||
}
|
||||
|
||||
intTest {
|
||||
dependsOn copyIntTestDependencies
|
||||
dependsOn syncIntTestDependencies
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user