Pehkui 3.6.0 is apparently no longer available on JitPack
object-Object opened this issue ยท 3 comments
Hex Casting 0.10.3 (the latest public release) depends on Pehkui 3.6.0 from JitPack, which means all Hex addons also depend on it. On Feb 28 we noticed that JitPack is apparently now returning 404 for this specific version of Pehkui, which breaks addon builds (unless we add an exclude
to the Hex dependency).
https://github.com/FallingColors/hexdummy/actions/runs/8090010786/job/22106809232 - example of failing build logs
https://jitpack.io/com/github/Virtuoel/Pehkui/ - still shows 3.6.0/
https://jitpack.io/com/github/Virtuoel/Pehkui/3.6.0/ - returns "Not Found" and a 404 error code
https://jitpack.io/com/github/Virtuoel/Pehkui/3.6.1/ - works as expected
Strange indeed. I've poked at the Jitpack a bit. Please let me know if the build is still failing.
Seems to be working now - thanks for the quick fix!
@Virtuoel Apparently it's broken again? The error message is different this time - "File not found. Build ok" instead of "Not Found".
(Edit: the message just changed back to "Not Found".)
https://github.com/FallingColors/HexMod/actions/runs/8584081801/job/23524003910