paparazzi
paparazzi copied to clipboard
Build on latest JDK, but run tests on several
https://jakewharton.com/build-on-latest-java-test-through-lowest-java/
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.