JitPack build fails
mim1q opened this issue ยท 1 comments
Here's a link to the log from jitpack.io
Seems like the file you referenced in jitpack.yml
doesn't exist anymore, so JitPack tries to use the default Java 8 instead of 17
According to this article, the following jitpack.yml
file should work:
jdk:
- openjdk17
before_install:
- sdk install java 17.0.3-tem
- sdk use java 17.0.3-tem