applesingle/settings.gradle

8 lines
207 B
Groovy

include 'api'
include 'tools:asu'
rootProject.name = 'applesingle'
project(":api").name = 'applesingle-api'
project(":tools").name = 'applesingle-tools'
project(":tools:asu").name = 'applesingle-tools-asu'