We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The group id of the Feign/OpenFeign artifacts is outdated at
swagger-codegen/modules/swagger-codegen/src/main/resources/Java/libraries/feign/build.gradle.mustache
Line 116 in b773371
I am using Swagger-codegen version 2.2.3. This issue is a regression.
I traced the origination of this error to this PR https://github.com/swagger-api/swagger-codegen/pull/5114/files. Where the group id was updated correctly for the pom.mustache file but was not updated for the build.gradle.mustache file.
See 'Description'.
The text was updated successfully, but these errors were encountered:
@dgroomes thanks for reporting the issue. Do you mind submitting a PR to fix the issue?
Sorry, something went wrong.
@wing328 yeah I'll plan to do it
@wing328 @dgroomes Added PR to #6652 to fix the issue
No branches or pull requests
Description
The group id of the Feign/OpenFeign artifacts is outdated at
swagger-codegen/modules/swagger-codegen/src/main/resources/Java/libraries/feign/build.gradle.mustache
Line 116 in b773371
Swagger-codegen version
I am using Swagger-codegen version 2.2.3. This issue is a regression.
Related issues/PRs
I traced the origination of this error to this PR https://github.com/swagger-api/swagger-codegen/pull/5114/files. Where the group id was updated correctly for the pom.mustache file but was not updated for the build.gradle.mustache file.
Suggest a fix/enhancement
See 'Description'.
The text was updated successfully, but these errors were encountered: