-
Notifications
You must be signed in to change notification settings - Fork 58
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
Require JDK 17 for build #327
Conversation
slawekjaranowski
commented
Dec 9, 2023
- reuse javaVersion property from parent
- property maven.compiler.release is set by parent for JDK 11+
- reuse checking of bytecode version from parent
Required for #326 - newer version of eclipse compiler |
We need a newer Maven 3.9.6+ due to old sisu without support for JDK 11+ |
To build, test the eclipse compiler component. But later all other compilers can be used normally. |
- reuse javaVersion property from parent - property maven.compiler.release is set by parent for JDK 11+ - reuse checking of bytecode version from parent
c1ab31b
to
45ea5bc
Compare
Good idea 👍 |