Skip to content
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

project not building #558

Open
l3r8yJ opened this issue Nov 3, 2024 · 3 comments
Open

project not building #558

l3r8yJ opened this issue Nov 3, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@l3r8yJ
Copy link
Member

l3r8yJ commented Nov 3, 2024

I'm pulled project from zero and got that error

[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 107 source files to /Users/l3r8y/code/oss/eo-kafka/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.844 s
[INFO] Finished at: 2024-11-03T19:45:17+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project eo-kafka: Fatal error compiling: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid' -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
@h1alexbel h1alexbel added the bug Something isn't working label Nov 12, 2024
@h1alexbel
Copy link
Member

@l3r8yJ thanks for reporting bug! I will take a look soon

@h1alexbel
Copy link
Member

@l3r8yJ probably, you are getting this problem due to lombok version incompatibility (project uses JDK 17), and your local JDK 21. Are you using JDK 21?

@h1alexbel
Copy link
Member

@l3r8yJ Also, take a look at this. It might help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants