-
Notifications
You must be signed in to change notification settings - Fork 27
Enhance target JDK definition for JDK >= 9 #505
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
Conversation
|
@slachiewicz @slawekjaranowski Note that those could be potentially moved to apache-parent if we want. Thoughts ? |
|
I've raised apache/maven-apache-parent#543 but we'll need to keep this PR. |
Defining maven.compiler.source and maven.compiler.target properties when running on JDK >= 9 has some side effects. Fixes apache#503 Follow-up to apache/maven-apache-parent#543 and apache/maven-apache-parent#550
|
Looks too much complicated, as I mentioned in apache/maven-apache-parent#543 and then childs will not need an additional profiles |
|
can be simplified after: |
|
@gnodet I update to simply use |
Defining maven.compiler.source and maven.compiler.target properties when
running on JDK >= 9 has some side effects.
Fixes #503
Follow-up on apache/maven-apache-parent#543 and apache/maven-apache-parent#550