diff --git a/src/main/resources/templates/bld/base/project_build.txt b/src/main/resources/templates/bld/base/project_build.txt index 592819d..4b171e6 100644 --- a/src/main/resources/templates/bld/base/project_build.txt +++ b/src/main/resources/templates/bld/base/project_build.txt @@ -11,6 +11,9 @@ public class {{v projectBuild/}} extends BaseProject { mainClass = "{{v package/}}.{{v projectMain/}}"; version = version(0,1,0); + downloadSources = true; + repositories = List.of(MAVEN_CENTRAL); + testOperation().mainClass("{{v package/}}.{{v projectTest/}}"); }