TeamGalacticraft / Galacticraft

The classic space mod, rewritten for modern versions of Minecraft.
MIT License
402 stars 85 forks source link

Gradle fails to get GalaticraftEngery and GalaticraftAPI #210

Closed Derailedzack closed 2 years ago

Derailedzack commented 2 years ago

Mod Loader

Fabric

Version Information

main

Log or Crash Report

https://scans.gradle.com/s/yo52ghwnia2bu

Reproduction steps

  1. Run gradlew
  2. Observe A build failure
ROMVoid95 commented 2 years ago

@Derailedzack the domain hosting our maven repository is down at this time.

Derailedzack commented 2 years ago

Oh

g307m commented 2 years ago

That's real fun stuff, gives me an idea though.

On Fri, Dec 17, 2021 at 23:07 ROM @.***> wrote:

@Derailedzack https://github.com/Derailedzack the domain hosting our maven repository is down at this time.

— Reply to this email directly, view it on GitHub https://github.com/TeamGalacticraft/Galacticraft/issues/210#issuecomment-997152064, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJN2B3PK65FZSQ42LGQGGW3URQQLXANCNFSM5KKIXBLQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

LawOfSynergy commented 2 years ago

Why was this ticket closed if the maven repo is still down?

ROMVoid95 commented 2 years ago

The author themselves closed it.

ROMVoid95 commented 2 years ago

@LawOfSynergy @Derailedzack @molehauling

Ive setup a temporary maven until the main site is backup and running

on line 99 in build.gradle.kts change

    maven("https://maven.galacticraft.dev") {

to

    maven("https://maven.galacticraft.net/releases") {

note the uploaded dependencies are only useable for building the main branch only.

LawOfSynergy commented 2 years ago

Awesome! I'll try to get a successful build going tonight then.

JustPyrrha commented 2 years ago

the maven.galacticraft.dev repo is back online. closing.