-
Notifications
You must be signed in to change notification settings - Fork 17
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 plugin artifact for external plugin usage #4
Comments
For users who are already using Here's a snippet from
If the generator is published in maven central, something like this is probably all that's needed to make it work:
and
However, for users who want to get away from |
I tested my comment above by building the JAR and running it like this:
As far as I can tell so far, this works perfectly (except for the issue identified in #6). |
This should be available in the next release (v0.1.3) |
Currently, the plugin is only published to the BSR. It would be nice for users of Connect-Kotlin to also be able to consume the plugin independently from the BSR. The options for this are:
build.buf:connect-kotlin:protoc-gen-connect-kotlin
The text was updated successfully, but these errors were encountered: