v0.8.26
More robust error handling for Bazel
This release includes two changes related to how the semanticdb-javac compiler plugin handles unexpected failures, which previously crashed the compilation but should now allow compilation to continue.
- Remove unnecessary throw for unexpected exception by @olafurpg in #619
- Bazel: fallback to default absolute path logic by @olafurpg in #620
Full Changelog: v0.8.25...v0.8.26