forked from pxscene/pxCore2
-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
From the review:
You use an old version of lombok 1.16.2:
<dependency>
<groupid>org.projectlombok</groupid>
<artifactid>lombok</artifactid>
<version>1.16.2</version>
</dependency>
Better to use a new version (>= 1.16.18) so your code compiles with JDK 9 as well, not only JDK 8.
I have JDK 9 installed and got this error due to the old lombok version even though I compile for Java 8:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project org.pxscene.rtRemote: Fatal error compiling: java.lang.NoSuchFieldError: pid -> [Help 1]
Metadata
Metadata
Assignees
Labels
No labels