Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah, I found out you can tell the maven compiler plugin to use the eclipse compiler instead of the bundled javac one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i'm currently writing some tooling and i'm running into the following issue and thought you might know what's happening here:
the files compiled via
mvn package
differ from the files compiled via JDTLS, I'm getting different md5 checksums. The maven compile plugin is set to Java 1.8.Any pointers eventually?
Regards
Beta Was this translation helpful? Give feedback.
All reactions