adamsaghy commented on PR #5773:
URL: https://github.com/apache/fineract/pull/5773#issuecomment-4830219122

   ```
   
/home/runner/work/fineract/fineract/fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/LoanRepaymentStepDef.java:655:
 error: unreported exception IOException; must be caught or declared to be 
thrown
   > Task :fineract-e2e-tests-core:compileTestJava FAILED
           makeRepayment(DEFAULT_REPAYMENT_TYPE, transactionDate, 
transactionAmount, transferExternalOwnerId);
                        ^
   
/home/runner/work/fineract/fineract/fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/LoanRepaymentStepDef.java:665:
 error: unreported exception IOException; must be caught or declared to be 
thrown
           makeRepayment(DEFAULT_REPAYMENT_TYPE, transactionDate, 
transactionAmount, transferExternalOwnerId);
                        ^
   2 errors
   
   Please run:
   `./gradlew spotlessApply spotbugsMain spotbugsTest checkstyleMain 
checkstyleTest`
   `./gradlew --no-daemon build -x test -x cucumber -x doc`
   
   Before any PR or changes, please always run these two commands and make sure 
there is green build!


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to