mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 16:27:11 -07:00
Cleanups
This commit is contained in:
parent
a3a753f70a
commit
aeecd957c6
2 changed files with 8 additions and 4 deletions
|
@ -137,11 +137,9 @@ 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", l -> l.delete());
|
||||
t.dir("lib", DirBuilder::delete);
|
||||
});
|
||||
|
||||
zipBldOperation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue