Enhance target JDK definition for JDK >= 9#505
Enhance target JDK definition for JDK >= 9#505slawekjaranowski merged 2 commits intoapache:masterfrom
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