diff --git a/build.gradle b/build.gradle index 69f11733df..00cd005810 100644 --- a/build.gradle +++ b/build.gradle @@ -129,7 +129,7 @@ task integrationTest(type: Test) { testClassesDir = sourceSets.integrationTest.output.classesDir classpath = sourceSets.integrationTest.runtimeClasspath } -test.dependsOn(integrationTest) +test.finalizedBy(integrationTest) tasks.withType(Test) { reports.html.destination = file("${reporting.baseDir}/${name}")