fix nestJar option default in RemapJar

dev/0.11
Adrian Siekierka 2019-04-22 01:16:56 +02:00
parent 6a7a00c426
commit 7c25b0399c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import java.io.File;
public class RemapJar extends DefaultLoomTask {
public File jar;
public File destination;
public boolean nestJar;
public boolean nestJar = true;
@Input
public File getJar() {