Merge branch '6.0.x' into 6.1.x
This commit is contained in:
commit
84df78af12
|
@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue