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)
}
named<ValidateTaskProperties>("validateTaskProperties") {
failOnWarning = true
withType<ValidatePlugins>().configureEach {
failOnWarning.set(true)
enableStricterValidation.set(true)
}
named("install") {