pjfanning commented on PR #1379: URL: https://github.com/apache/pekko-connectors/pull/1379#issuecomment-3840763485
Thanks @raboof. I tried adding `libraryDependencies += "com.google.googlejavaformat" % "google-java-format" % "1.33.0"` to plugins.sbt but got this issue when running `sbt javafmtAll` with Java 17. ``` java.lang.NoClassDefFoundError: com/sun/tools/javac/tree/JCTree$JCAnyPattern ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
