mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 00:07:12 -07:00
Revert some changes per Geert comments
This commit is contained in:
parent
87735bb88e
commit
ec01a626ae
1 changed files with 4 additions and 2 deletions
|
@ -132,9 +132,11 @@ public class BldBuild extends AbstractRife2Build {
|
|||
f.perms(0755);
|
||||
});
|
||||
});
|
||||
b.dir("lib", l -> l.file("bld-wrapper.jar", f -> f.move(path(tmp, "lib", "bld", "bld-wrapper.jar"))));
|
||||
b.dir("lib", l -> {
|
||||
l.file("bld-wrapper.jar", f -> f.move(path(tmp, "lib", "bld", "bld-wrapper.jar")));
|
||||
});
|
||||
});
|
||||
t.dir("lib", DirBuilder::delete);
|
||||
t.dir("lib", l -> l.delete());
|
||||
});
|
||||
|
||||
zipBldOperation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue