Re: [PR] Set both maven.compiler.source and maven.compiler.target to 1.8 [maven-site]

2024-05-10 Thread via GitHub
elharo merged PR #520: URL: https://github.com/apache/maven-site/pull/520 -- 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.apach

[PR] Set both maven.compiler.source and maven.compiler.target to 1.8 [maven-site]

2024-05-01 Thread via GitHub
kosbe opened a new pull request, #520: URL: https://github.com/apache/maven-site/pull/520 Since Maven 3.9.6 does not support 1.7 compiler, the sample project cannot be built as is. This is frustrating for an inexperienced user. The proposed fix was tested on Java 21.0.3, Win7 sp1+. P