I am trying to build a console based application but whenver I run
./gradlew run
I get thr progress bar which looks like this:
You can configure the Gradle log format using console command line parameter, as described here : https://docs.gradle.org/current/userguide/command_line_interface.html#rich_console
console
Try with : ./gradlew run --console=plain
./gradlew run --console=plain