|
@@ -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
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|