slawekjaranowski commented on PR #543: URL: https://github.com/apache/maven-apache-parent/pull/543#issuecomment-3511763119
> > You can also set target.release to 8 for Java 8 - compiler plugin should ignore it > > Not the Maven 4.0.0-beta-3 plugin. It will raise an error. Actually it will forward the parameter verbatim to `javac`, and `javac` will raise an error. so it is next reason to introduce new property for java version for child projects. and `maven.compiler.*` should be set only here and not touched in child projects -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
