Skip to content

Commit 46b0a81

Browse files
committed
Use normal propery setting
Change-Id: I31aef2007b63c067ad80a9f65f2b9594d114f13a
1 parent 8a99299 commit 46b0a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/convention/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ dependencies {
4545

4646
tasks {
4747
validatePlugins {
48-
enableStricterValidation.set(true)
49-
failOnWarning.set(true)
48+
enableStricterValidation = true
49+
failOnWarning = true
5050
}
5151
}
5252

0 commit comments

Comments
 (0)