spheenik / clarity-analyzer

JavaFX-Application to interactively visualize the raw data of a Dota 2 replay.
BSD 3-Clause "New" or "Revised" License
46 stars 19 forks source link

cant compile with jdk 17.0.1 #19

Open moshe4410 opened 2 years ago

moshe4410 commented 2 years ago

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project clarity-analyzer: Fatal error compiling: java.lang.IllegalAccessError: class lombok.javac.apt.LombokProcessor (in unnamed module @0x681de87f) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module @0x681de87f -> [Help 1][ERROR]

le-xyc commented 1 year ago

having same problem with Java 18.0.2.1 and Apache Maven 3.8.6

Whoeza commented 1 year ago

same problem on java 18 2022-03-22 and Java 19.

Whoeza commented 1 year ago

the solution is to update lombok to <version>1.18.24</version> in the POM file