adamsaghy commented on PR #5277: URL: https://github.com/apache/fineract/pull/5277#issuecomment-3727775893
``` 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. 168 actionable tasks: 147 executed, 5 from cache, 16 up-to-date FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':fineract-core:spotlessJavaCheck'. > The following files had format violations: src/test/java/org/apache/fineract/infrastructure/security/utils/SQLBuilderTest.java @@ -25,8 +25,8 @@ /** ·*·Unit·tests·for·{@link·SQLBuilder}. ·*·<p> -·*·Tests·the·SQL·WHERE·clause·builder·utility·that·prevents·SQL·injection -·*·by·validating·column·names,·operators,·and·using·parameterized·queries. +·*·Tests·the·SQL·WHERE·clause·builder·utility·that·prevents·SQL·injection·by·validating·column·names,·operators,·and +·*·using·parameterized·queries. ·*·</p> ·*/ class·SQLBuilderTest·{ Run './gradlew :fineract-core:spotlessApply' to fix these violations. * Try: > Run with --stacktrace option to get the stack trace. ``` -- 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]
