-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build fails to resolve dependencies #603
Comments
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#Cloudflare |
the page appears to be a 404 over https. odd |
Yes, CubicChunks is not supposed to be on the sponge maven, a 404 is expected but a 520 is unexpected and caused Gradle to abort. |
ah, I see. could I possibly reorder the priority of the repositories somewhere? |
https://github.com/Johni0702/BetterPortals/blob/master/build.gradle.kts#L89-L90 I believe Gradle resolves deps in parallel, so simply re-ordering may or may not work. |
yeah, it does not seem to work. thanks for your help, though. I guess I will have to wait for them to fix whatever is happening on their servers |
oh. changing the sponge repo to https fixes the 520s. but I still get this error.
|
Ah, yes, Forge decided to move their maven repo with little regard for anyone still pointing at the old one. BetterPortals/settings.gradle.kts Line 11 in fa42589
541e148 .
|
Oh, and this one: BetterPortals/settings.gradle.kts Line 5 in fa42589
to http://maven.minecraftforge.net/ . Same with any other references if I've missed any.
|
ah, I get this error now
|
Try https |
|
You typo'd, there's an extra |
ah, well I assumed I needed to put a
|
Hm, not the error I'd expect but try using the
|
this doesn't seem to have changed anything. |
Sorry, I've got no idea then why the new version allegedly doesn't have the plugin in it while the old one did. You'll have to figure that our on your own. |
thanks for the help |
The text was updated successfully, but these errors were encountered: