Description
The group id of the Feign/OpenFeign artifacts is outdated at
|
compile "com.netflix.feign:feign-core:$feign_version" |
. 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'.