Tech Reborn

Tech Reborn

30M Downloads

Problem with the Maven repository. It is not working.

zcaliptium opened this issue ยท 0 comments

commented

Already reported it on Discord. But report here to make you not forget about it. :)

Unable to download TechReborn API from the:

  maven {
    name = "Modmuss50"
    url = "http://maven.modmuss50.me/"
  }

In build.gradle dependences section:

  compile "TechReborn:TechReborn-1.12.2:2.12.2.470:api"

There is no issue in my gradle script!

Error Log:

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':compileClasspath'.
> Could not resolve TechReborn:TechReborn-1.12.2:2.12.2.470.
  Required by:
      tws.zcaliptium.compositegear:CompositeGear_1112:1.2
   > Could not resolve TechReborn:TechReborn-1.12.2:2.12.2.470.
      > Could not parse POM http://maven.modmuss50.me/TechReborn/TechReborn-1.12.2/2.12.2.470/TechReborn-1.12.2-2.12.2.470.pom
         > java.lang.NullPointerException (no error message)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 12.014 secs