Disabled rich terminal support for Gradle under mintty.
--- 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