Use dependson instead of finalizedby for integrationTest (#848)

This commit is contained in:
Anuraag Agrawal 2020-07-31 14:23:47 +09:00 committed by GitHub
parent 881b9d334a
commit d092125ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,4 +83,4 @@ task integrationTest(type: Test) {
}
}
test.finalizedBy integrationTest
test.dependsOn integrationTest