Skip to content

Commit d0ce8a4

Browse files
Remove calls to setCanBeResolved(true) in IntegrationTestPuglin
Issue gh-13864
1 parent 7d5a541 commit d0ce8a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

buildSrc/src/main/groovy/io/spring/gradle/convention/IntegrationTestPlugin.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,9 @@ public class IntegrationTestPlugin implements Plugin<Project> {
7070
}
7171
integrationTestCompileClasspath {
7272
extendsFrom integrationTestCompile
73-
canBeResolved = true
7473
}
7574
integrationTestRuntimeClasspath {
7675
extendsFrom integrationTestRuntime
77-
canBeResolved = true
7876
}
7977
}
8078

0 commit comments

Comments
 (0)