Skip to content

v0.8.24

Compare
Choose a tag to compare
@olafurpg olafurpg released this 13 Jul 14:41
· 66 commits to main since this release
fa81188

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)"
  • Add support to auto-index Bazel builds with an aspect by @olafurpg in #610

Big thanks to @keynmol for reviewing this large PR 🙏🏻

Other changes

Full Changelog: v0.8.23...v0.8.24