mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
Add SetupJavaDiscoverConfig to detect JDKs installed by GitHub's setup-java action at paths like: - /opt/hostedtoolcache/Java_Zulu_jdk/25.0.1-8/x64 (Linux) - C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.29-7\x64 (Windows) These JDKs are now available in fullJavaHomes as [email protected], [email protected], etc. Supported vendors: Zulu, Temurin, Adopt, Corretto, Liberica, Microsoft, Semeru. Temurin-Hotspot and Adopt are normalized to temurin. Fixes #8582 * test: Refactor setup-java tests to use real directory structure --------- Co-authored-by: mkdev11 <[email protected]>