applesingle/settings.gradle

8 lines
207 B
Groovy
Raw Normal View History

include 'api'
include 'tools:asu'
2018-05-24 16:59:29 +00:00
rootProject.name = 'applesingle'
project(":api").name = 'applesingle-api'
project(":tools").name = 'applesingle-tools'
project(":tools:asu").name = 'applesingle-tools-asu'