generated from 2martens/template-service
Initial commit
This commit is contained in:
7
settings.gradle
Normal file
7
settings.gradle
Normal file
@ -0,0 +1,7 @@
|
||||
rootProject.name = projectname
|
||||
|
||||
include 'template-server'
|
||||
|
||||
rootProject.children.each { subproject ->
|
||||
subproject.buildFileName = "${subproject.name}.gradle"
|
||||
}
|
||||
Reference in New Issue
Block a user