diff --git a/build.gradle b/build.gradle index 17ceab1..6c43ba9 100644 --- a/build.gradle +++ b/build.gradle @@ -109,8 +109,8 @@ sourceSets { } configurations { - integrationTestCompile.extendsFrom testCompile - integrationTestRuntime.extendsFrom testRuntime + integrationTestImplementation.extendsFrom testImplementation + integrationTestRuntimeOnly.extendsFrom testRuntimeOnly } tasks.register('integrationTest', Test) {