mklaehn commented on a change in pull request #2007: Update README.md with Build Notes - JDK Parameter Added URL: https://github.com/apache/netbeans/pull/2007#discussion_r389371209
########## File path: README.md ########## @@ -63,7 +63,9 @@ Build the NetBeans Platform: $ ant -Dcluster.config=platform ``` -**Note:** You can also use `php`, `enterprise`, etc. See the [cluster.properties](https://github.com/apache/netbeans/blob/master/nbbuild/cluster.properties) file. +#### Notes: +* You can also use `php`, `enterprise`, etc. See the [cluster.properties](https://github.com/apache/netbeans/blob/master/nbbuild/cluster.properties) file. +* It is possible to compiled with newer JDK versions, by adding the ' -Dpermit.jdk9.builds=true' parameter to the ant build expression Review comment: typo: compile ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
