Open isaiaslpz opened 4 years ago
I created Maven path and environment variables, when i run the "mvn compile" command i have this issue:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5:compile (default-compile) on project BongoCatTablet: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1]
Using MVN 3.5.0 JAVA information: javac 11.0.7 java version "1.8.0_251" Java(TM) SE Runtime Environment (build 1.8.0_251-b08) Java HotSpot(TM) 64-Bit Server VM (build 25.251-b08, mixed mode) img:
This seems to be an issue with lombok. Can you try updating the lombok version to latest, or compiling against JDK8?
I created Maven path and environment variables, when i run the "mvn compile" command i have this issue:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5:compile (default-compile) on project BongoCatTablet: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1]
Using MVN 3.5.0 JAVA information: javac 11.0.7 java version "1.8.0_251" Java(TM) SE Runtime Environment (build 1.8.0_251-b08) Java HotSpot(TM) 64-Bit Server VM (build 25.251-b08, mixed mode) img: