We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish the recently-added Gradle plugin to plugins.gradle.org
The text was updated successfully, but these errors were encountered:
LMK if I can help
Sorry, something went wrong.
Until it gets published, it can be used in its current state like this:
buildscript { dependencies { classpath "io.smallrye:smallrye-open-api-gradle-plugin:3.1.2" } } apply plugin: "io.smallrye.openapi" smallryeOpenApi { scanDependenciesDisable = false }
FYI, this is in progress.
Published: https://plugins.gradle.org/plugin/io.smallrye.openapi
🎉
MikeEdgar
No branches or pull requests
Publish the recently-added Gradle plugin to plugins.gradle.org
The text was updated successfully, but these errors were encountered: