ben-manes / gradle-versions-plugin

Gradle plugin to discover dependency updates
Apache License 2.0
3.82k stars 199 forks source link

Change JDK 8-provider #853

Closed sdavids closed 3 months ago

sdavids commented 3 months ago

https://github.com/ben-manes/gradle-versions-plugin/blob/438cbb5cc6ab62c8204c9bb73fbf9c72fa22daf0/.sdkmanrc#L3

Temurin does not provide a macOS/aarch64 JDK 8: https://adoptium.net/temurin/releases/?os=mac&arch=aarch64&version=8

I suggest switching to BellSoft Liberica JDK which is used by the Spring Boot framework: https://bell-sw.com/pages/downloads/?version=java-8&os=macos&architecture=arm

ben-manes commented 3 months ago

thx!