Enable stricker Kotlin Gradle Plugin validation

This commit is contained in:
Stefan Wolf
2021-01-29 11:47:41 +01:00
committed by Andrey Uskov
parent 8852323a76
commit 8b01df6772
@@ -146,8 +146,9 @@ tasks {
callGroovy("manifestAttributes", manifest, project) callGroovy("manifestAttributes", manifest, project)
} }
named<ValidateTaskProperties>("validateTaskProperties") { withType<ValidatePlugins>().configureEach {
failOnWarning = true failOnWarning.set(true)
enableStricterValidation.set(true)
} }
named("install") { named("install") {