fix error at loan repayment fineract-1054#1139
fix error at loan repayment fineract-1054#1139francisguchie wants to merge 2 commits intoapache:developfrom
Conversation
awasum
left a comment
There was a problem hiding this comment.
Don't change anything in the Gradle properties file.
|
Fix build failure by running './gradlew :spotlessApply' to fix these violations. See error logs on Travis: https://travis-ci.org/github/apache/fineract/builds/704389208 |
Also dont touch this file: https://github.com/apache/fineract/blob/develop/fineract-provider/gradle/wrapper/gradle-wrapper.properties Allow it to be automatically updated. So just use take the latest changes in the above file and put in yours. I dont know if you understand me? |
|
@awasum , Let me make raise another PR |
|
No, adjust it here on this branch and pr , u don't need to raise a separate pr to fix this one. Just commit to this branch on your fork..please... Do you understand me? |
Description
https://issues.apache.org/jira/browse/FINERACT-1054
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
Commit message starts with the issue number from https://issues.apache.org/jira/projects/FINERACT/. Ex: FINERACT-646 Pockets API.
Coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions have been followed.
API documentation at fineract-provider/src/main/resources/static/api-docs/apiLive.htm has been updated with details of any API changes.
Integration tests have been created/updated for verifying the changes made.
All Integrations tests are passing with the new commits.
Submission is not a "code dump". (Large changes can be made "in repository" via a branch. Ask on the list.)
Our guidelines for code reviews is at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide