Builds failing due to 403 on dependency
NEXUS2345 opened this issue ยท 5 comments
We are attempting to build the newest commits on Jenkins, but unfortunately libraries.minecraft.net is not cooperating: http://pastebin.com/GfAxhhR4
Any help would be appreciated.
It looks like the chicken chunks maven repo is either down or gone. To work around it, download any missing jars and add them to the libraries folder. The exact versions I have are as follows:
CodeChickenCore-1.7.10-1.0.7.47-universal.jar
CodeChickenLib-1.7.10-1.1.3.138-universal.jar
NotEnoughItems-1.7.10-1.0.5.120-universal.jar
Edit: I can't much much of anything from libraries.minecraft.net, they may be having some trouble on their end.
The issue stems from the WAILA maven repo. I added those jars to the libraries folder and they still failed.
Once you have the jars in place, remove it from the buildscript so that it will stop trying to download them.
The issue is that the WAILA dependency is trying to download them, not ThaumicEnergistics itself, could you suggest the line to remove from the build.gradle?