.env
changeset 934 f2731a034943
parent 927 839438e30b73
--- a/.env	Sat Dec 07 21:19:05 2019 +0200
+++ b/.env	Sun Jan 12 20:49:35 2020 +0200
@@ -71,12 +71,13 @@
 if [[ $GRADLE_OPTS != *${xopt}* ]]; then
     GRADLE_OPTS="$GRADLE_OPTS ${xopt}"
 fi
-if [[ $OSTYPE = cygwin ]]; then
-    xopt='-Dorg.gradle.console=verbose'
-    if [[ $GRADLE_OPTS != *${xopt}* ]]; then
-        GRADLE_OPTS="$GRADLE_OPTS ${xopt}"
-    fi
-fi
+# export GRADLE_OPTS="$GRADLE_OPTS -Dorg.gradle.console=plain"
+# if [[ $OSTYPE = cygwin ]]; then
+#     xopt='-Dorg.gradle.console=verbose'
+#     if [[ $GRADLE_OPTS != *${xopt}* ]]; then
+#         GRADLE_OPTS="$GRADLE_OPTS ${xopt}"
+#     fi
+# fi
 # GRADLE_OPTS="$GRADLE_OPTS -Djava.io.tmpdir=c:/tmp"
 export GRADLE_OPTS