(do not use) v0.8.19
Artifacts for this release didn't publish correctly, do not use
This is a maintenace release which doesn't contain many user-facing features
- Support
--build-tool=auto
to trust the build tool detection logic, instead of specifying it manually - Internal (for now) Gradle plugin to emit SCIP files - which replaces our previous
init
script approach - this allows us to support Gradle 8 as well, along with toolchains
This is the most significant internal change, please report any issues, we're looking for feedback! - Speculative and primitive JDK version detection - 17, 11, 8 are tried in sequence until first succeeds
What's Changed
- Remove unused release drafter workflow by @olafurpg in #574
- deps: bump mill-scip to 0.3.2 by @ckipp01 in #576
- Set all directories as "safe" for Git in the indexer docker container by @keynmol in #580
- Replace Gradle init scripts with a proper Gradle plugin by @keynmol in #565
- Use reflection to work around Gradle's scanning of plugin code by @keynmol in #581
- Auto build tool - choose the first one that applies by @keynmol in #582
- Try different jdk versions in sequence by @keynmol in #583
- Check annotation path by @keynmol in #584
- Set higher RAM percentage in Docker container by @keynmol in #585
- Publish a
latest-snapshot
docker image from main by @keynmol in #586
Full Changelog: v0.8.18...v0.8.19