Grandolf49 commented on a change in pull request #1227:
URL: https://github.com/apache/fineract/pull/1227#discussion_r463980202
##########
File path: fineract-provider/build.gradle
##########
@@ -853,7 +853,7 @@ generateGitProperties.outputs.upToDateWhen { false }
//This is for swagger code generation
dependencies {
- swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.20'
+ swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.21'
Review comment:
@vorburger
It turns out (for some reason) that `./gradlew generateSwaggerCode` only
works for version <= `3.0.18` and not above. This is a bug in swagger codegen
https://github.com/swagger-api/swagger-codegen/issues/10157
So for now, we'll have to set it to `3.0.18`. Also, we should set up
.travis.yml as soon as possible so that it can catch these problems for us.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]