clean syntax

This commit is contained in:
2022-10-14 22:39:06 +02:00
parent 8b9cc22a47
commit 86101df73c
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)
}
}