Enable stricker Kotlin Gradle Plugin validation
This commit is contained in:
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") {
|
||||
|
||||
Reference in New Issue
Block a user