-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Whenever I try to build a project (I use IntelliJ), I get this:
A problem occurred configuring root project 'Example-Mod-b1.7.3'.
Failed to notify project evaluation listener.
Could not resolve all dependencies for configuration ':detachedConfiguration1'.
> Could not find io.github.minecraft-cursed-legacy:plasma:b1.7.3-build.22.
Searched in the following locations:
- file:/home/sam-holland/.gradle/caches/fabric-loom/plasma-b1.7.3-build.22.jar
- file:/home/sam-holland/.gradle/caches/fabric-loom/plasma.jar
- file:/home/sam-holland/Downloads/Example-Mod-b1.7.3/build/loom-cache/plasma-b1.7.3-build.22.jar
- file:/home/sam-holland/Downloads/Example-Mod-b1.7.3/build/loom-cache/plasma.jar
- file:/home/sam-holland/Downloads/Example-Mod-b1.7.3/.gradle/loom-cache/remapped_mods/plasma-b1.7.3-build.22.jar
- file:/home/sam-holland/Downloads/Example-Mod-b1.7.3/.gradle/loom-cache/remapped_mods/plasma.jar
- https://maven.fabricmc.net/io/github/minecraft-cursed-legacy/plasma/b1.7.3-build.22/plasma-b1.7.3-build.22.pom
- https://libraries.minecraft.net/io/github/minecraft-cursed-legacy/plasma/b1.7.3-build.22/plasma-b1.7.3-build.22.pom
- https://repo.maven.apache.org/maven2/io/github/minecraft-cursed-legacy/plasma/b1.7.3-build.22/plasma-b1.7.3-build.22.pom
- https://jitpack.io/io/github/minecraft-cursed-legacy/plasma/b1.7.3-build.22/plasma-b1.7.3-build.22.pom
- https://storage.googleapis.com/devan-maven/io/github/minecraft-cursed-legacy/plasma/b1.7.3-build.22/plasma-b1.7.3-build.22.pom
Required by:
project :
java.lang.NullPointerException (no error message)
I changed the Java version from 18 to 22, but that did absolutely nothing. Can someone explain how to fix this?