mirror of
https://github.com/AppleCommander/bastools.git
synced 2025-01-03 16:32:36 +00:00
8 lines
192 B
Groovy
8 lines
192 B
Groovy
include 'api'
|
|
include 'tools:bt'
|
|
|
|
rootProject.name = 'bastools'
|
|
project(":api").name = 'bastools-api'
|
|
project(":tools").name = 'bastools-tools'
|
|
project(":tools:bt").name = 'bastools-tools-bt'
|