aidar-st commented on PR #9139: URL: https://github.com/apache/pinot/pull/9139#issuecomment-1205872376
It looks like `com.diffplug.spotless:spotless-maven-plugin:2.9.0` maven plugin fails to run with Java version: 18.0.1, rather than compilation being broken (which is done with help of `maven-compiler-plugin` in maven). Java 16+ have restricted access to internal modules and it makes sense, that older plugins that were using javas internals are failing. In order to fix build for java 18 for this plugin (there might be more things that are failing), `spotless-maven-plugin` needs to be updated to `2.22.8` version, according to [this spotless issue](https://github.com/diffplug/spotless/issues/834). -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org