You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/10/13 14:30:47 UTC

[GitHub] [netbeans] jtulach opened a new pull request #1566: Default JDK for Maven projects

jtulach opened a new pull request #1566: Default JDK for Maven projects
URL: https://github.com/apache/netbeans/pull/1566
 
 
   I am running NetBeans on JDK13 (to benefit from the great work Oracle guys put into `javac` in JDK13 and its co-operation with NetBeans).
   
   However I don't want to develop my own code on such bleeding edge platform. I usually want my Maven projects to compile on JDK8, sometimes on JDK11. Never on JDK13.
   
   There is a way to select non-default JDK per Maven project, but I'd like to do that for all projects at once. This PR solves it - it allows one to specify "Default JDK" in Maven settings and that one is then used for each Maven project without specifically selected JDK.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists