raboof commented on code in PR #7930:
URL: https://github.com/apache/geode/pull/7930#discussion_r2381295086
##########
build-tools/scripts/src/main/groovy/spotless.gradle:
##########
@@ -127,6 +127,9 @@ spotless {
include '**/*.gradle'
exclude '**/generated-src/**'
exclude '**/build/**'
+ // Exclude acceptance test gradle projects - these are standalone test
applications
+ // that need hardcoded dependency versions for testing Geode integration
+ exclude
'src/acceptanceTest/resources/gradle-test-projects/**/build.gradle'
Review Comment:
I think it would be nice, but no blocker.
--
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]