mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 00:07:12 -07:00
Cleanups
This commit is contained in:
parent
a3a753f70a
commit
aeecd957c6
2 changed files with 8 additions and 4 deletions
6
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
6
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<profile version="1.0">
|
||||||
|
<option name="myName" value="Project Default" />
|
||||||
|
<inspection_tool class="OctalLiteral" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||||
|
</profile>
|
||||||
|
</component>
|
|
@ -137,11 +137,9 @@ public class BldBuild extends AbstractRife2Build {
|
||||||
f.perms(0755);
|
f.perms(0755);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
b.dir("lib", l -> {
|
b.dir("lib", l -> l.file("bld-wrapper.jar", f -> f.move(path(tmp, "lib", "bld", "bld-wrapper.jar"))));
|
||||||
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
|
zipBldOperation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue