mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Updated base project template to include repositories and sources download.
This commit is contained in:
parent
cdaea733b2
commit
5de491e5c6
|
|
@ -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/}}");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue