You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by lk...@apache.org on 2022/02/23 17:50:00 UTC

[netbeans] branch master updated (73732f1 -> aad1b8f)

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/netbeans.git.


    from 73732f1  Merge pull request #3657 from junichi11/php81-new-in-initializer
     add aad1b8f  Add Support for Gradle Configuration Cache

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/nb-tooling.gradle           |  2 +-
 .../gradle/api/execute/GradleCommandLine.java      |  1 +
 .../gradle/execute/GradleDaemonExecutor.java       |  3 +-
 .../gradle/execute/GradlePlainEscapeProcessor.java |  3 +-
 .../gradle/loaders/AbstractProjectLoader.java      |  5 +--
 .../modules/gradle/loaders/GradleDaemon.java       | 34 +++++++++++++--
 .../gradle/loaders/LegacyProjectLoader.java        |  5 +--
 .../modules/gradle/options/Bundle.properties       |  5 ++-
 .../modules/gradle/options/SettingsPanel.form      | 50 ++++++++++++++--------
 .../modules/gradle/options/SettingsPanel.java      | 47 ++++++++++++--------
 .../modules/gradle/spi/GradleSettings.java         |  9 ++++
 11 files changed, 110 insertions(+), 54 deletions(-)

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

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