mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Fix building mods
This commit is contained in:
@@ -96,8 +96,7 @@ public class ModRemapper {
|
||||
throw new RuntimeException("Failed to rebof jar");
|
||||
}
|
||||
|
||||
//Add the deobf jar to be uploaded to maven
|
||||
project.getArtifacts().add("archives", deobfJar);
|
||||
deobfJar.delete();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user