Fresh build fails because MCMultiPart hosting site is down
KarelPeeters opened this issue ยท 2 comments
I'm trying to build the mod, a fresh build fails with:
.\gradlew build
> Configure project :
This mapping 'snapshot_20180724' was designed for MC 1.12! Use at your own peril.
Found AccessTransformer: computercraft_at.cfg
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'cc-tweaked-1.12.2'.
> Could not resolve all dependencies for configuration ':deobfProvided'.
> Could not resolve MCMultiPart2:MCMultiPart:2.5.3.
Required by:
project :
> Could not resolve MCMultiPart2:MCMultiPart:2.5.3.
> Could not get resource 'http://maven.amadornes.com/MCMultiPart2/MCMultiPart/2.5.3/MCMultiPart-2.5.3.pom'.
> Could not GET 'http://maven.amadornes.com/MCMultiPart2/MCMultiPart/2.5.3/MCMultiPart-2.5.3.pom'. Received status code 403 from server: Forbidden
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 6s
It looks like the site that hosts the MCMultiPart dependency, http://maven.amadornes.com/, is indeed down. I'm not sure what the solution is, maybe there's a mirror somewhere?
To clarify, this is MCMultiPart, a mod for multipart blocks, not MultiMC
As a temporary solution, you could comment out the MCMultipart dependency within the build.gradle
file, delete the shared/integration/mcmp
directory and remove any references to MCMPHooks
.
I'll see if I can have a chat with Amadornes and work out how long the downtime is expected to last.