applesingle/settings.gradle

7 lines
162 B
Groovy

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