I am trying to build a console based application but whenver I run
./gradlew run
I get thr progress bar which looks like this:
Another way of doing this seems to be by setting the TERM environment variable to dumb.
TERM
dumb
Try TERM=dumb ./gradlew run
TERM=dumb ./gradlew run