mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
6 lines
234 B
Groovy
6 lines
234 B
Groovy
rootProject.name = 'brainwine'
|
|
includeBuild 'build-logic'
|
|
include('api', 'gameserver', 'shared')
|
|
project(":api").name = 'brainwine-api'
|
|
project(':gameserver').name = 'brainwine-gameserver'
|
|
project(':shared').name = 'brainwine-shared'
|