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/01/27 21:22:37 UTC

[GitHub] lkishalmi opened a new pull request #1106: Netbeans 1970 gradle projects are not loading on java 11

lkishalmi opened a new pull request #1106: Netbeans 1970 gradle projects are not loading on java 11
URL: https://github.com/apache/incubator-netbeans/pull/1106
 
 
   Well this set of patches makes Gradle project evaluation work on Java 11 even when the Gradle wrapper is below this version, by silently ignore the wrapper specified distribution for loading the project.
   
   Also it contains the refactor of the GradleDistributionManager making it a real class instead of a bunch of utility functions. Now it takes the gradle user home to create one. Though, right now the plugin does not support switching between gradle user home directories, this refactor is one step further to that support.
   
   Removed the automatic install of Gradle from the startup.
   
   Filed leaking private internals through GradleSettings as getVersion() returned a module private NbGradleVersion type.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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