Fabric Shield Lib

Fabric Shield Lib

3M Downloads

Could not resolve all dependencies for configuration ':modImplementation'.

Inpaladin opened this issue ยท 2 comments

commented

Getting errors while trying to build on 1.18, unsure if the issue is on my end.
Would be happy to provide any additional info needed.

> Could not resolve all dependencies for configuration ':modImplementation'.
   > Could not find com.github.CrimsonDawn45:Fabric-Shield-Lib:1.4.5-1.18.
     Searched in the following locations:
       - file:/E:/ModDev/Minecraft/Mods/WarhammerFantasyWeaponsGit/.gradle/loom-cache/remapped_mods/com/github/CrimsonDawn45/Fabric-Shield-Lib/1.4.5-1.18/Fabric-Shield-Lib-1.4.5-1.18.pom
       - https://maven.fabricmc.net/com/github/CrimsonDawn45/Fabric-Shield-Lib/1.4.5-1.18/Fabric-Shield-Lib-1.4.5-1.18.pom
       - https://libraries.minecraft.net/com/github/CrimsonDawn45/Fabric-Shield-Lib/1.4.5-1.18/Fabric-Shield-Lib-1.4.5-1.18.pom
       - https://repo.maven.apache.org/maven2/com/github/CrimsonDawn45/Fabric-Shield-Lib/1.4.5-1.18/Fabric-Shield-Lib-1.4.5-1.18.pom
       - file:/C:/Users/username/.gradle/caches/fabric-loom/1.4.5-1.18/Fabric-Shield-Lib.jar
       - file:/E:/ModDev/Minecraft/Mods/WarhammerFantasyWeaponsGit/.gradle/loom-cache/1.4.5-1.18/Fabric-Shield-Lib.jar
       - https://jitpack.io/com/github/CrimsonDawn45/Fabric-Shield-Lib/1.4.5-1.18/Fabric-Shield-Lib-1.4.5-1.18.pom
commented

update:
if I change
modImplementation "com.github.CrimsonDawn45:Fabric-Shield-Lib:${project.fabric_shield_lib_version}"
to
modImplementation "com.github.CrimsonDawn45:FabricShieldLib:${project.fabric_shield_lib_version}"
it now gives me
Could not GET 'https://jitpack.io/com/github/CrimsonDawn45/FabricShieldLib/1.4.5-1.18/FabricShieldLib-1.4.5-1.18.pom'. Received status code 401 from server: Unauthorized

commented

found the issue, was doing modImplementation instead of implementation.