Skip to content

Commit ee365c1

Browse files
committed
Enable stricter plugin validation.
1 parent a3de390 commit ee365c1

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)