-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
jdk10 compile error #1621
Comments
looks like a duplicate of #1572 |
Already fixed in the edge release. |
Is it possible to get the edge release from Maven? |
You can install the jar in your local repository with command: mvn install:install-file -Dfile=lombok-edge.jar -DgroupId=org.projectlombok -DartifactId=lombok -Dversion=edge -Dpackaging=jar And use it with: <dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>edge</version>
</dependency> This version isn't in central repositories. |
yes I know but I'm more concerned about our build tool which uses Artifactory, and for some reason I'm not able to able upload the artifact there. That's something which I will check with Artifactory but was wondering if there was a workaround. |
org.projectlombok lombok 1.16.20
➜ ~ java -version java version "10" 2018-03-20 Java(TM) SE Runtime Environment 18.3 (build 10+46) Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10+46, mixed mode)
mvn spring-boot:run
Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags
The text was updated successfully, but these errors were encountered: