Skip to content

Commit 3ad0c15

Browse files
authored
Apply Gradle's strict plugin types validation (#1359)
1 parent b330526 commit 3ad0c15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ tasks.pluginUnderTestMetadata {
147147
)
148148
}
149149

150+
tasks.validatePlugins {
151+
// TODO: https://github.com/gradle/gradle/issues/22879
152+
enableStricterValidation = true
153+
}
154+
150155
tasks.check {
151156
dependsOn(tasks.withType<Test>())
152157
}

0 commit comments

Comments
 (0)