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.
2 parents 22e46f4 + ee365c1 commit 3aee85eCopy full SHA for 3aee85e
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