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 7d5a541 commit d0ce8a4Copy full SHA for d0ce8a4
buildSrc/src/main/groovy/io/spring/gradle/convention/IntegrationTestPlugin.groovy
@@ -70,11 +70,9 @@ public class IntegrationTestPlugin implements Plugin<Project> {
70
}
71
integrationTestCompileClasspath {
72
extendsFrom integrationTestCompile
73
- canBeResolved = true
74
75
integrationTestRuntimeClasspath {
76
extendsFrom integrationTestRuntime
77
78
79
80
0 commit comments