Globox1997 / RpgDifficulty

https://modrinth.com/mod/rpgdifficulty
https://www.curseforge.com/minecraft/mc-mods/rpgdifficulty
MIT License
5 stars 6 forks source link

JitPack build fails #51

Closed mim1q closed 1 year ago

mim1q commented 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

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
Globox1997 commented 1 year ago

Thanks man, fixed it :)