2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-26 00:37:10 -07:00

Updated bld itself to v1.7.0-SNAPSHOT

This commit is contained in:
Geert Bevin 2023-05-11 08:45:11 -04:00
parent 4110f1dcb9
commit 800db71c97
4 changed files with 10 additions and 4 deletions

View file

@ -248,6 +248,12 @@ public class BldBuild extends Project {
super.publish();
}
public void publishLocal()
throws Exception {
all();
super.publishLocal();
}
public static void main(String[] args)
throws Exception {
new BldBuild().start(args);