windows - Weird control characters from Gradle in Windows10 -


in console "funky" output gradle when run cmd since switching windows 10.

[0k [0k [2a[1m<==-----------> 18% executing [9s][m[34d[1b[1m> :compilescala[m[15d[1b[2a[1m<==-----------> 18% executing [10s][m[35d[2b[2a[1m<==-----------> 18% executing [11s][m[35d[2b[2a[1m<==-----------> 18% executing [12s][m[35d[2b[2a[1m<==-----------> 18% executing [13s][m[35d[2b[2a[1m<==-----------> 18% executing [14s][m[35d[2b[2athere 4 feature warnings; re-run -feature details 4 warnings found

i imagine sort of control-characters-gone-wild gradle trying sensibly colour output, , windows interpreting wrong. powershell , sbt works fine - copying console "properties" settings powershell cmd doesn't fixit.

has resolved this?

i'm guessing pass --console plain in gradle command line disable rich console cause of "funky" characters

https://docs.gradle.org/current/userguide/gradle_command_line.html


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -