8 lines
162 B
Groovy
8 lines
162 B
Groovy
rootProject.name = projectname
|
|
|
|
include 'template-server'
|
|
|
|
rootProject.children.each { subproject ->
|
|
subproject.buildFileName = "${subproject.name}.gradle"
|
|
}
|