Skip to content

Commit 84df78a

Browse files
Merge branch '6.0.x' into 6.1.x
2 parents 2f9f851 + d0ce8a4 commit 84df78a

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)