Pehkui icon indicating copy to clipboard operation
Pehkui copied to clipboard

Pehkui 3.6.0 is apparently no longer available on JitPack

Open object-Object opened this issue 11 months ago • 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

object-Object avatar Mar 07 '24 00:03 object-Object

Strange indeed. I've poked at the Jitpack a bit. Please let me know if the build is still failing.

Virtuoel avatar Mar 07 '24 00:03 Virtuoel

Seems to be working now - thanks for the quick fix!

object-Object avatar Mar 07 '24 01:03 object-Object

@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

object-Object avatar Apr 06 '24 22:04 object-Object