Master-chan / BongoCatTablet

4 stars 7 forks source link

Compile issue #2

Open isaiaslpz opened 4 years ago

isaiaslpz commented 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: Captura

Master-chan commented 4 years ago

This seems to be an issue with lombok. Can you try updating the lombok version to latest, or compiling against JDK8?