LlamaLad7 / MixinExtras

Companion library to SpongePowered Mixin with many custom injectors for a more expressive experience.
MIT License
318 stars 17 forks source link

All jars missing from maven central #89

Closed Gamebuster19901 closed 3 months ago

Gamebuster19901 commented 3 months ago

It appears all jars for this library have disappeared form maven central. com.llamalad7 no longer exists.

https://repo.maven.apache.org/maven2/com/llamalad7

(base) gamebuster@database:~/Desktop/wildermyth/WilderForge$ ./gradlew build
> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find com.llamalad7:MixinExtras:0.4.0.
     Searched in the following locations:
       - file:/home/gamebuster/.m2/repository/com/llamalad7/MixinExtras/0.4.0/MixinExtras-0.4.0.pom
       - https://repo.maven.apache.org/maven2/com/llamalad7/MixinExtras/0.4.0/MixinExtras-0.4.0.pom
       - https://repo.spongepowered.org/maven/com/llamalad7/MixinExtras/0.4.0/MixinExtras-0.4.0.pom
       - https://maven.fabricmc.net/com/llamalad7/MixinExtras/0.4.0/MixinExtras-0.4.0.pom
     Required by:
         project :
Geolykt commented 3 months ago

You are looking at the wrong groupid, it's io.github.llamalad7:mixinextras-common, see https://mvnrepository.com/artifact/io.github.llamalad7

For reference, MavenCentral never pulls any artifacts unless something truly spectacular happened (probably legal stuff first and foremost)