mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 00:07:12 -07:00
Merge pull request #12 from rife2/ethauvin-patch-1
Added MAVEN_CENTRAL import. Closes #8
This commit is contained in:
commit
f65ce504e3
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ import rife.bld.BaseProject;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
import static rife.bld.dependencies.Repository.MAVEN_CENTRAL;
|
||||
|
||||
public class {{v projectBuild/}} extends BaseProject {
|
||||
public {{v projectBuild/}}() {
|
||||
pkg = "{{v package/}}";
|
||||
|
@ -20,4 +22,4 @@ public class {{v projectBuild/}} extends BaseProject {
|
|||
public static void main(String[] args) {
|
||||
new {{v projectBuild/}}().start(args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue