Backend-common/settings.gradle

6 lines
123 B
Groovy

rootProject.name = System.getProperty("rootProjectName")
?: 'Backend-common'
include 'utils'
include 'test-utils'