This is an automated email from the ASF dual-hosted git repository.
lkishalmi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from e3df660 [NETBEANS-1945]: Fixing handling of implicit trees produced
by matching (when hints refer to implicit this).
new 619bfcc [NETBEANS-1970] Using at least Gradle 4.10.2 to load projects
when running on Java 11 or later.
new 96da42c Made GradleDistributionManager a real object, in order to
support Changing of Gradle User home later.
The 2320 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/netbeans/modules/gradle/GradleDaemon.java | 16 +-
.../{options => }/GradleDistributionManager.java | 262 +++++++++------------
.../modules/gradle/GradleProjectCache.java | 21 +-
.../src/org/netbeans/modules/gradle/Installer.java | 3 +-
.../modules/gradle/api/execute/RunUtils.java | 41 ++++
.../classpath/AbstractGradleScriptClassPath.java | 14 +-
.../gradle/execute/GradleDaemonExecutor.java | 38 ++-
.../gradle/options/GradleOptionsController.java | 6 +-
.../modules/gradle/options/SettingsPanel.java | 18 +-
.../gradle/queries/GradleSourceForBinary.java | 4 +-
.../modules/gradle/spi/GradleSettings.java | 11 +-
11 files changed, 209 insertions(+), 225 deletions(-)
rename groovy/gradle/src/org/netbeans/modules/gradle/{options =>
}/GradleDistributionManager.java (56%)
---------------------------------------------------------------------
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