-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
[Question] How to hook up generateOpenApiDocs to build task? #127
Comments
Repository with reproduction - https://github.com/kkocel/openapigradlerepro |
I have a similar issue than @kkocel when attaching the "generateOpenApiDocs" to my gradle build task.
On my machine, the build fails for the following reasons:
I am using the gradle wrapper version 8.6 |
Is there a working sample for this? Running into bunch of issues with |
I would like to have openapi file generated during build time.
When I configure
generateOpenApiDocs
to be run afterbuild
:I get the following error:
Is there a recommended way to configure this? If so the it could be put in the README.
The text was updated successfully, but these errors were encountered: