Skip to content

lsif-java v0.5.5

Choose a tag to compare

@github-actions github-actions released this 31 May 12:01
· 485 commits to main since this release
ee59136

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.

Pull Requests