lsif-java v0.5.5
Improved ANSI color output
Previously, lsif-java used default color output settings when shelling out to Maven and Gradle. Now, lsif-java uses --batch-mode for Maven and TERM=dumb for Gradle to reduce ANSI color output (helpful for CI logs). Additionally, the NO_COLOR=true environment variable is respected so that you can disable all ANSI color output.