This is an automated email from the ASF dual-hosted git repository.
lkishalmi 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 1554f77 [NETBEANS-2035] Enable Always show Gradle Build output by
default.
1554f77 is described below
commit 1554f7700380fd09a260140cf704a54dff1598f5
Author: Laszlo Kishalmi <[email protected]>
AuthorDate: Fri Apr 26 11:34:46 2019 -0700
[NETBEANS-2035] Enable Always show Gradle Build output by default.
---
groovy/gradle/src/org/netbeans/modules/gradle/spi/GradleSettings.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/groovy/gradle/src/org/netbeans/modules/gradle/spi/GradleSettings.java
b/groovy/gradle/src/org/netbeans/modules/gradle/spi/GradleSettings.java
index 20bb104..6a0102d 100644
--- a/groovy/gradle/src/org/netbeans/modules/gradle/spi/GradleSettings.java
+++ b/groovy/gradle/src/org/netbeans/modules/gradle/spi/GradleSettings.java
@@ -170,7 +170,7 @@ public final class GradleSettings {
}
public boolean isAlwaysShowOutput() {
- return getPreferences().getBoolean(PROP_ALWAYS_SHOW_OUTPUT, false);
+ return getPreferences().getBoolean(PROP_ALWAYS_SHOW_OUTPUT, true);
}
public void setStartDaemonOnStart(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