JinwooHwang commented on code in PR #7930:
URL: https://github.com/apache/geode/pull/7930#discussion_r2372005235
##########
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:
A very insightful observation, @raboof . Unfortunately, the test case was
standalone and there was no other way to get the version information. I was not
able to find a more elegant way to address it. I would appreciate if you could
suggest a way to mitigate without excluding the test case. Thank you.
--
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]