brainwine/settings.gradle
2024-05-01 16:16:17 +02:00

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'