mdedetrich commented on PR #12475: URL: https://github.com/apache/kafka/pull/12475#issuecomment-1211144083
@ijuma Thanks for the pickup. I have investigated the root cause of the problem, basically when you specify the scala version with `-PscalaVersion=2.12` it also happens to override the Scala version that is used by scalafmt and the latest version of scalafmt (3.5.8) only runs with Scala 2.13.x. This is normally a non issue because scalafmt is designed to be used like a cli tool, i.e. its meant to be run independently of your project. I created an issue upstream at https://github.com/diffplug/spotless/issues/1273 -- 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]
