Skip to content

Commit a1b2d63

Browse files
authored
Enable stricter Gradle plugin validation (#549)
1 parent 805ae0b commit a1b2d63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

atomicfu-gradle-plugin/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ gradlePlugin {
5656
}
5757
}
5858
}
59+
60+
tasks.validatePlugins {
61+
enableStricterValidation = true
62+
}

0 commit comments

Comments
 (0)