template-service/settings.gradle

8 lines
162 B
Groovy
Raw Permalink Normal View History

2020-07-07 21:04:44 +02:00
rootProject.name = projectname
2020-07-07 21:47:39 +02:00
include 'template-server'
2020-07-07 21:04:44 +02:00
rootProject.children.each { subproject ->
subproject.buildFileName = "${subproject.name}.gradle"
}