clean syntax

This commit is contained in:
2022-10-15 00:38:55 +02:00
parent dab7358e39
commit 8da69d1288
6 changed files with 11 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ tasks.test {
useJUnit()
useJUnitPlatform()
systemProperty("junit.jupiter.execution.parallel.enabled", true)
if (disableLint.toBoolean() == false) {
if (!disableLint.toBoolean()) {
finalizedBy(tasks.ktlintCheck)
}
}