mbien commented on code in PR #7477: URL: https://github.com/apache/netbeans/pull/7477#discussion_r1639946278
########## platform/openide.util.ui/nbproject/project.properties: ########## @@ -16,8 +16,8 @@ # under the License. javac.compilerargs=-Xlint -Xlint:-serial -Xlint:-processing -javac.source=1.8 -javac.target=1.8 +javac.source=1.9 +javac.target=1.9 Review Comment: https://github.com/apache/netbeans/issues/4904 is currently preventing to bump the module to >8 some tests which depend on this module fail on JDK 11. but lets say the remaining tests would be fixed or disabled by someone: - change this to `javac.relese=11` - and remove the `OpenIDE-Module-Java-Dependencies` manifest entry gain since it is automatically added now -- 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
