fix provider crash

This commit is contained in:
asie
2019-07-24 23:52:34 +02:00
parent 8d05cba5a9
commit 3435447a77
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ public class RemapJarTask extends Jar {
project.getLogger().debug("Transformed mixin reference maps in output JAR!");
}
if (getAddNestedDependencies().get()) {
if (getAddNestedDependencies().getOrElse(false)) {
if (NestedJars.addNestedJars(project, output)) {
project.getLogger().debug("Added nested jar paths to mod json");
}