We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3de390 commit ee365c1Copy full SHA for ee365c1
build.gradle
@@ -28,6 +28,11 @@ gradlePlugin {
28
}
29
30
31
+tasks.withType(ValidatePlugins).configureEach {
32
+ failOnWarning = true
33
+ enableStricterValidation = true
34
+}
35
+
36
/*
37
The rest of the build logic in this file is only required for publishing to the Gradle Plugin Portal.
38
When using this project as a template for your own plugin to publish internally, you should delete all code following this comment.
0 commit comments