lintCheck after test

This commit is contained in:
2021-03-24 19:48:14 +01:00
parent 453fd2225c
commit fe953fc967
2 changed files with 10 additions and 7 deletions

View File

@@ -191,6 +191,7 @@ tasks.test {
useJUnitPlatform()
systemProperty("junit.jupiter.execution.parallel.enabled", true)
dependsOn(testSql)
finalizedBy(tasks.ktlintCheck)
finalizedBy(tasks.jacocoTestReport) // report is always generated after tests run
}