Skip to content

Commit 5ae89d4

Browse files
Enable strict Gradle plugin validation
1 parent b2500fc commit 5ae89d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/openapi-generator-gradle-plugin/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ tasks.withType(ReleaseNexusStagingRepository).configureEach {
8181
onlyIf { nexusPublishing.useStaging.get() }
8282
}
8383

84+
tasks.named("validatePlugins").configure {
85+
enableStricterValidation = true
86+
}
87+
8488
gradlePlugin {
8589
website = "https://openapi-generator.tech/"
8690
vcsUrl = "https://github.com/OpenAPITools/openapi-generator"

0 commit comments

Comments
 (0)