Skip to content
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

[JAVA] Bug wrong group id for Feign/OpenFeign artifact in build.gradle.mustache #6397

Closed
dgroomes opened this issue Aug 29, 2017 · 3 comments

Comments

@dgroomes
Copy link

Description

The group id of the Feign/OpenFeign artifacts is outdated at

. The group id should be 'io.github.openfeign'.

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'.

@wing328
Copy link
Contributor

wing328 commented Aug 29, 2017

@dgroomes thanks for reporting the issue. Do you mind submitting a PR to fix the issue?

@dgroomes
Copy link
Author

@wing328 yeah I'll plan to do it

@jihlee
Copy link
Contributor

jihlee commented Oct 10, 2017

@wing328 @dgroomes Added PR to #6652 to fix the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants