Use normal propery setting

Change-Id: I31aef2007b63c067ad80a9f65f2b9594d114f13a
pull/1837/head
Alex Vanyo 2 years ago
parent 8a70178f2b
commit 41a68a0992

@ -45,8 +45,8 @@ dependencies {
tasks {
validatePlugins {
enableStricterValidation.set(true)
failOnWarning.set(true)
enableStricterValidation = true
failOnWarning = true
}
}

Loading…
Cancel
Save