v0.8.24
Automatic Bazel/Java indexing
This release adds support to automatically index Java/Bazel codebases without changing BUILD or WORKSPACE configuration. See the updated documentation here https://sourcegraph.github.io/scip-java/docs/getting-started.html#bazel
To automatically index a Bazel/Java codebase, install the latest scip-java
version and run the command
scip-java index "--bazel-scip-java-binary=$(which scip-java)"
Big thanks to @keynmol for reviewing this large PR 🙏🏻
Other changes
Full Changelog: v0.8.23...v0.8.24