JinwooHwang commented on code in PR #7935:
URL: https://github.com/apache/geode/pull/7935#discussion_r2384216116


##########
build-tools/scripts/src/main/groovy/spotless.gradle:
##########
@@ -45,7 +45,9 @@ spotless {
     // Spotless will not run on unchanged files unless this number changes.
     bumpThisNumberIfACustomStepChanges(project.ext.'spotless-file-hash')
 
-    removeUnusedImports()
+    // TODO: removeUnusedImports() disabled due to Java 17 module system 
compatibility issue
+    // with Google Java Format accessing com.sun.tools.javac.util.Context
+    // removeUnusedImports()

Review Comment:
   Thanks for catching it @sboorlagadda . Let me work on it.



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