paparazzi icon indicating copy to clipboard operation
paparazzi copied to clipboard

Build on latest JDK, but run tests on several

Open jrodbx opened this issue 3 years ago • 1 comments

https://jakewharton.com/build-on-latest-java-test-through-lowest-java/

jrodbx avatar Dec 17 '22 19:12 jrodbx

I assume the failure is because AdoptOpenJDK (which doesn't even exist anymore) deletes versions which they ~don't~ didn't provide as LTS. You're much better off with Zulu since they never delete any builds. All major versions, all minor versions, all patch versions, all architectures. They're all there.

You can get Gradle to provision Azul Zulu via https://github.com/gradle/foojay-toolchains and specifying "Zulu" as the vendor.

JakeWharton avatar Dec 20 '22 16:12 JakeWharton