When I run an sdkmanager
command like sdkmanager "build-tools;26.0.1"
it spits out hundreds of lines in Jenkins console because of the download progress bar. Is there a way to hide it or put it in quiet mode?
I don't see an option in sdkmanager --help
output. I'm considering piping the output to /dev/null
.