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)
|
callGroovy("manifestAttributes", manifest, project)
|
||||||
}
|
}
|
||||||
|
|
||||||
named<ValidateTaskProperties>("validateTaskProperties") {
|
withType<ValidatePlugins>().configureEach {
|
||||||
failOnWarning = true
|
failOnWarning.set(true)
|
||||||
|
enableStricterValidation.set(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
named("install") {
|
named("install") {
|
||||||
|
|||||||
Reference in New Issue
Block a user