build: Run integtests after regular ones

This commit is contained in:
Andras Slemmer 2016-07-04 16:59:49 +01:00
parent bf4272b64a
commit 4a89be8785

View File

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