Archived
0
This repository has been archived on 2022-04-17. You can view files and clone it, but cannot push or open issues or pull requests.
Files
asys/settings.gradle
DmitriyMX 08e17004fc Bridge: изменение настроек сервера в реальном времени (onlinemode)
В виду того, что задействуется рефлексия, а spigot не валяется ни на
одном репозитарии, для корректной компиляции приходится лепить фейковые
классы. Надеюсь в будующем я придумаю как избавится от такого костыля.
2017-05-23 13:03:21 +03:00

8 lines
165 B
Groovy

rootProject.name = 'asys'
include 'core'
include 'webinterface'
include 'mcserver-manager'
include 'bridge-protocol'
include 'bridge'
include 'bridge-mcserver-fake'