Mixed/interleaved/messy log ouput

Hi! Somehow our Gradle build generates output that suffers from something that looks like lack of log buffer synchronization:

build   31-Jul-2019 18:10:50    > Task :shared-storage-solr-config:publishMavenJavaPublicationToMavenRepository
build   31-Jul-2019 18:10:50    UPLOADING ARTIFACT: https://mavenproxy.example.com/example-internal-snapshot/com/example/shared-storage-solr-config/1.0.0-SNAPSHOT/shared-storage-solr-config-1.0.0-20190731.160918-4583-fiaas.yml
build   31-Jul-2019 18:10:50    UPLOADING ARTIFACT: https://mavenp
build   31-Jul-2019 18:10:50    > rToaxsyk. e:isxhample.coma/reexda-mstplocrha-gien-tseorlnra-lc-osnapshot/com/example/nsfhiagr:epdu-blish
build   31-Jul-2019 18:10:50    > Task :shared-ssttoorrage-tage-solr-config/1.0.0e-SsNtA-PhSeHlOpTe/rssh:adrocked-storage-esroBlr-confuiig-1l.d S0.0K-201I9P0P7E31.160918-4583-zkcli.jar
build   31-Jul-2019 18:10:50    UPLOADING ARTIFACT: https://mavenproxy.example.com/example-internal-snapshot/com/example/shared-storage-solr-config/1.0.0-SNAPSHOT/shared-storage-solr-config-1.0.0-20190731.160918-4583.pom
build   31-Jul-2019 18:10:50    D
build   31-Jul-2019 18:10:50    > Task :shared-storage-test-helpers:dockerPush SKIPPED

What’s happening here? I’m using Gradle 5.5.1 with OpenJDK 11.0.2 on Linux 4.9.0-0.bpo.6-amd64.

You could try --console=plain. See command line interface

--console=(auto,plain,rich,verbose)

Specifies which type of console output to generate.

Set to plain to generate plain text only. This option disables all color and other rich output in the console output. This is the default when Gradle is not attached to a terminal.

Thanks for the hint. I’m already using the plain console, so that’s not the problem :confused: