You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
Code generation works fine with v7.10.0, bumping to v7.11.0 fails with the following error:
`gradle clean build
executing gradlew instead of gradle
Task :openApiGenerate-sample FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':openApiGenerate-sample'.
Code generation failed.
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
BUILD FAILED in 3s
5 actionable tasks: 4 executed, 1 from cache`
openapi-generator version
Happens with v7.11.0, going back to v7.10.0 works. Is a regression.
OpenAPI declaration file content or url
Because of the lacking error message, I have no idea what causes it, and cannot make a minimal example. Need help debugging.
Generation Details
Using the current working yaml's (using 3 separate yamls)
Steps to reproduce
Same as above
Related issues/PRs
No related issues
Suggest a fix
No known fixes
The text was updated successfully, but these errors were encountered:
Bug Report Checklist
Description
Code generation works fine with v7.10.0, bumping to v7.11.0 fails with the following error:
`gradle clean build
executing gradlew instead of gradle
FAILURE: Build failed with an exception.
Execution failed for task ':openApiGenerate-sample'.
BUILD FAILED in 3s
5 actionable tasks: 4 executed, 1 from cache`
openapi-generator version
Happens with v7.11.0, going back to v7.10.0 works. Is a regression.
OpenAPI declaration file content or url
Because of the lacking error message, I have no idea what causes it, and cannot make a minimal example. Need help debugging.
Generation Details
Using the current working yaml's (using 3 separate yamls)
Steps to reproduce
Same as above
Related issues/PRs
No related issues
Suggest a fix
No known fixes
The text was updated successfully, but these errors were encountered: