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