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 b2500fc commit 5ae89d4Copy full SHA for 5ae89d4
1 file changed
modules/openapi-generator-gradle-plugin/build.gradle
@@ -81,6 +81,10 @@ tasks.withType(ReleaseNexusStagingRepository).configureEach {
81
onlyIf { nexusPublishing.useStaging.get() }
82
}
83
84
+tasks.named("validatePlugins").configure {
85
+ enableStricterValidation = true
86
+}
87
+
88
gradlePlugin {
89
website = "https://openapi-generator.tech/"
90
vcsUrl = "https://github.com/OpenAPITools/openapi-generator"
0 commit comments