fix nestJar option default in RemapJar
This commit is contained in:
parent
6a7a00c426
commit
7c25b0399c
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue