Added gradle project

This commit is contained in:
2020-07-07 21:04:44 +02:00
parent b603ede27c
commit eaa8b1cd6b
13 changed files with 542 additions and 2 deletions

7
settings.gradle Normal file
View File

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