nandakumar131 opened a new issue, #1278: URL: https://github.com/apache/incubator-fury/issues/1278
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-fury/issues) and found no similar issues. ### Version Git commit id: 26f1fc398249d6c7f663e4ba92a83e086cdf9677 ### Component(s) Java ### Minimal reproduce step - Set Java Home to point to Java 1.8 - Run `mvn spotless:apply` ### What did you expect to see? `mvn spotless:apply` should reformat the code if required. ### What did you see instead? The command fails with the following error ``` [ERROR] Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.41.1:apply (default-cli) on project fury-parent: Execution default-cli of goal com.diffplug.spotless:spotless-maven-plugin:2.41.1:apply failed: Unable to load the mojo 'apply' in the plugin 'com.diffplug.spotless:spotless-maven-plugin:2.41.1' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: com/diffplug/spotless/maven/SpotlessApplyMojo has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 [ERROR] ----------------------------------------------------- [ERROR] realm = plugin>com.diffplug.spotless:spotless-maven-plugin:2.41.1 [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy ``` ### Anything Else? _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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]
