mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 16:14:40 +00:00
Zulu's CDN (cdn.azul.com) has been returning HTTP 520 for several hours, breaking JDK 21 setup across multiple PRs (#3075, #3095) on every Linux runner. actions/setup-java's internal retry budget isn't enough to ride through it. Temurin (Adoptium) publishes its JDKs as GitHub Releases assets, so the download path uses GitHub's own CDN — completely independent infrastructure. Java 21 is the same upstream OpenJDK build either way, so Gradle, Compose Multiplatform, and jpackage behave identically. Applied to all setup-java steps in build.yml, smoke-test-desktop.yml, and create-release.yml.