We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 8 - mvn package succeeds Java 11+ will fail with:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project mvn-repo-cleaner: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1]
The text was updated successfully, but these errors were encountered:
I managed to compile it with Java 11 and lombok version 1.18.2
Sorry, something went wrong.
This is fixed in https://github.com/techpavan/mvn-repo-cleaner/releases/tag/release_v1.0.2_07112022
No branches or pull requests
Java 8 - mvn package succeeds
Java 11+ will fail with:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project mvn-repo-cleaner: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1]
The text was updated successfully, but these errors were encountered: