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 03a4cd2 commit 3893580Copy full SHA for 3893580
plugin-gradle/build.gradle
@@ -34,6 +34,7 @@ tasks.withType(Test).configureEach {
34
testLogging.showStandardStreams = true
35
}
36
tasks.validatePlugins {
37
+ // TODO: https://github.com/gradle/gradle/issues/22600
38
enableStricterValidation = true
39
40
0 commit comments