Initial commit

This commit is contained in:
2020-07-07 22:43:29 +02:00
commit 22af33852e
30 changed files with 1335 additions and 0 deletions

7
settings.gradle Normal file
View File

@ -0,0 +1,7 @@
rootProject.name = projectname
include 'template-server'
rootProject.children.each { subproject ->
subproject.buildFileName = "${subproject.name}.gradle"
}