Replies: 2 comments 1 reply
-
@snazy any chance you have an example handy that could be added to the README? I am usually a bit slow to ramp up working with Gradle 🤣 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure - we use it daily. Best example is probably here. We use the generated openapi files also later in a Quarkus server here and here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I'm not a gradle expert but I need to use the open api gradle plugin in quarkus app.
The problem is that the moment I add the gradle plugin (io.smallrye.openapi) the build immediately fails with this error:
I tried overwriting the value in build file but that didn't help.
Do you know what could be the issue?
Could you please provide more detailed readme for the gradle plugin? It seems a bit lacking compared to the maven plugin.
Thanks a lot for your work!
Beta Was this translation helpful? Give feedback.
All reactions