slawekjaranowski commented on code in PR #245:
URL: 
https://github.com/apache/maven-compiler-plugin/pull/245#discussion_r1947771649


##########
src/site/apt/examples/set-compiler-source-and-target.apt.vm:
##########
@@ -82,3 +85,9 @@ Setting the <<<-source>>> and <<<-target>>> of the Java 
Compiler
   In the same way, setting the <<<source>>> option does not guarantee that 
your code actually compiles on a JDK with
   the specified version. To compile your code with a specific JDK version, 
different than the one used to launch Maven,
   refer to the {{{../examples/compile-using-different-jdk.html}Compile Using A 
Different JDK}} example.
+
+  <<Note:>> When you build your project using newer JDK (9+) you can also use 
"8" instead of "1.8" to set Java 8 as the

Review Comment:
   JDK 17 is minimum for 4.x



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to