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:
parent
4110f1dcb9
commit
800db71c97
4 changed files with 10 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue