We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7ffb0 commit 5189169Copy full SHA for 5189169
src/main/java/net/minecraftforge/mcmaven/impl/repo/mcpconfig/MCPTaskFactory.java
@@ -728,7 +728,7 @@ public int compareTo(LibLine o) {
728
729
downloadedLibs.add(new Lib(artifact, target));
730
if (!target.exists()) {
731
- entry = jar.getEntry("META-INF/libraries/" + artifact.getLocalPath());
+ entry = jar.getEntry("META-INF/libraries/" + lib.path());
732
if (entry == null)
733
throw new IllegalStateException("Invalid bundle: `" + bundle + "` - Missing META-INF/libraries/" + lib);
734
0 commit comments