adamsaghy commented on PR #5406:
URL: https://github.com/apache/fineract/pull/5406#issuecomment-3817875589
@somasorosdpc
```
Execution failed for task ':fineract-e2e-tests-core:spotlessJavaCheck'.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
> The following files had format violations:
src/test/java/org/apache/fineract/test/stepdef/loan/LoanReAmortizationStepDef.java
For more on this, please refer to
https://docs.gradle.org/8.14.3/userguide/command_line_interface.html#sec:command_line_warnings
in the Gradle documentation.
@@ -78,8 +78,8 @@
220 actionable tasks: 186 executed, 10 from cache, 24 up-to-date
········final·PostLoansLoanIdTransactionsRequest·reAmortizationRequest·=·LoanRequestFactory.defaultLoanReAmortizationRequest()
················.reAmortizationInterestHandling(reAmortizationInterestHandling);
-········fail(()·->·fineractClient.loanTransactions().executeLoanTransaction(loanId,
-················reAmortizationRequest,·Map.of("command",·"reAmortize")));
+········fail(()·->·fineractClient.loanTransactions().executeLoanTransaction(loanId,·reAmortizationRequest,
+················Map.of("command",·"reAmortize")));
····}
····@When("Admin·creates·a·Loan·re-amortization·transaction·on·current·business·date·with·reAmortizationInterestHandling·{string}")
Run './gradlew :fineract-e2e-tests-core:spotlessApply' to fix these
violations.
--
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]