Fix building mods

This commit is contained in:
modmuss50
2018-10-31 19:55:29 +00:00
parent 79cfe6fbb3
commit f32359d7c3
5 changed files with 5 additions and 10 deletions

View File

@@ -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();
}
}