Closed mim1q closed 1 year ago
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
jitpack.yml
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
Thanks man, fixed it :)
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 17According to this article, the following
jitpack.yml
file should work: