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