clean syntax
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user