-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile #5
Comments
I'm having this same problem trying to install. Did you ever find a solution? |
What is your Java version? |
I'm using Lombok and frankly I don't remember which version but when the shift happened to Java 10 Lombok wasn't compatible any more. See: projectlombok/lombok#1651 On the Pi I have this running I have Java 11. So your Java version is probably too old maybe |
Tried with openjdk-8-jre initially as instructed in the readme. Also just tried with openjdk-11-jre. Same result. I have never used Lombok, but I followed the install instructions at https://projectlombok.org/setup/maven. Your pom.xml already had the dependency suggested but was missing |
Awesome! I'm glad you were able to find a solution. The one bundled had the
version controlled by Spring and it might be outdated by now....
…On Sat, Jun 6, 2020, 10:57 PM mrginogit ***@***.***> wrote:
Tried with openjdk-8-jre initially as instructed in the readme. Also just
tried with openjdk-11-jre. Same result.
I have never used Lombok, but I followed the install instructions at
https://projectlombok.org/setup/maven. Your pom.xml already had the
dependency suggested but was missing <version>1.18.12</version> so I
added it. That did the trick.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD24ZIU2N6DU7M4CBOTTI73RVMT4RANCNFSM4H4NKFYQ>
.
|
I got this error. Can anyone help?
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project raspberrypi.monitor: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags
The text was updated successfully, but these errors were encountered: