This is an automated email from the ASF dual-hosted git repository.
geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new cd6b246 [NETBEANS-5540] Workaround for 12.4 beta: disable lazy-load
by default.
new 5fda600 Merge pull request #2864 from sdedic/gradle/lazy_load_false
cd6b246 is described below
commit cd6b246dc788b6d7a2c8c2dde8cc3c8db5c550ac
Author: Svata Dedic <[email protected]>
AuthorDate: Tue Apr 6 15:53:59 2021 +0200
[NETBEANS-5540] Workaround for 12.4 beta: disable lazy-load by default.
---
.../org/netbeans/modules/gradle/options/GradleExperimentalSettings.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/extide/gradle/src/org/netbeans/modules/gradle/options/GradleExperimentalSettings.java
b/extide/gradle/src/org/netbeans/modules/gradle/options/GradleExperimentalSettings.java
index 2de3519..35432d5 100644
---
a/extide/gradle/src/org/netbeans/modules/gradle/options/GradleExperimentalSettings.java
+++
b/extide/gradle/src/org/netbeans/modules/gradle/options/GradleExperimentalSettings.java
@@ -50,7 +50,7 @@ public final class GradleExperimentalSettings {
}
public boolean isOpenLazy() {
- return getPreferences().getBoolean(PROP_LAZY_OPEN_GROUPS, true);
+ return getPreferences().getBoolean(PROP_LAZY_OPEN_GROUPS, false);
}
public void setCacheDisabled(boolean b) {
---------------------------------------------------------------------
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