Skip to content

Commit 3aee85e

Browse files
authored
Merge pull request #78 from gradle/no/stricter-plugin-validation
Enable stricter plugin validation.
2 parents 22e46f4 + ee365c1 commit 3aee85e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ gradlePlugin {
2828
}
2929
}
3030

31+
tasks.withType(ValidatePlugins).configureEach {
32+
failOnWarning = true
33+
enableStricterValidation = true
34+
}
35+
3136
/*
3237
The rest of the build logic in this file is only required for publishing to the Gradle Plugin Portal.
3338
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

Comments
 (0)