Remove calls to setCanBeResolved(true) in IntegrationTestPuglin
Issue gh-13864
This commit is contained in:
@@ -70,11 +70,9 @@ public class IntegrationTestPlugin implements Plugin<Project> {
|
|||||||
}
|
}
|
||||||
integrationTestCompileClasspath {
|
integrationTestCompileClasspath {
|
||||||
extendsFrom integrationTestCompile
|
extendsFrom integrationTestCompile
|
||||||
canBeResolved = true
|
|
||||||
}
|
}
|
||||||
integrationTestRuntimeClasspath {
|
integrationTestRuntimeClasspath {
|
||||||
extendsFrom integrationTestRuntime
|
extendsFrom integrationTestRuntime
|
||||||
canBeResolved = true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user