Skip to content

Commit

Permalink
Merge pull request #12 from rife2/ethauvin-patch-1
Browse files Browse the repository at this point in the history
Added MAVEN_CENTRAL import. Closes #8
  • Loading branch information
gbevin authored Oct 3, 2023
2 parents e1489b9 + bb6726e commit f65ce50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/templates/bld/base/project_build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/}}";
Expand All @@ -20,4 +22,4 @@ public class {{v projectBuild/}} extends BaseProject {
public static void main(String[] args) {
new {{v projectBuild/}}().start(args);
}
}
}

0 comments on commit f65ce50

Please sign in to comment.