mbien commented on code in PR #6493: URL: https://github.com/apache/netbeans/pull/6493#discussion_r1336486252
########## java/maven.hints/nbproject/project.properties: ########## @@ -16,10 +16,10 @@ # under the License. is.eager=true -javac.source=1.8 +javac.source=11 +javac.target=11 #javac.compilerargs=-Xlint -Xlint:-serial test.config.stableBTD.includes=**/*Test.class -requires.nb.javac=true Review Comment: the build puts nb-javac into the boot classpath which makes it incompatible with the `release` option (which is set by the ant task automatically). Luckily this module doesn't need nb-javac. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
