Archived
0
This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mc-core/settings.gradle
DmitriyMX 0a699d2ad8 rename root project
(cherry picked from commit 5fadcb5514231c6bc89b2803fcdc062f1aecd429)
2018-04-26 21:27:58 +03:00

6 lines
152 B
Groovy

rootProject.name = 'mc-server'
include('core') // Core
include('proto125') // Protocol 1.2.5
include('proto125_netty') // Protocol 1.2.5 (Netty impl.)