Skip to content
New issue

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 Gradle Plugin #1300

Closed
MikeEdgar opened this issue Oct 25, 2022 · 5 comments
Closed

Publish Gradle Plugin #1300

MikeEdgar opened this issue Oct 25, 2022 · 5 comments
Assignees
Milestone

Comments

@MikeEdgar
Copy link
Member

Publish the recently-added Gradle plugin to plugins.gradle.org

@snazy
Copy link
Contributor

snazy commented Nov 9, 2022

LMK if I can help

@jskov-jyskebank-dk
Copy link

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
}

@MikeEdgar
Copy link
Member Author

FYI, this is in progress.

@MikeEdgar MikeEdgar self-assigned this Mar 25, 2023
@MikeEdgar
Copy link
Member Author

@MikeEdgar MikeEdgar added this to the 3.3.2 milestone Mar 30, 2023
@snazy
Copy link
Contributor

snazy commented Mar 30, 2023

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants