5 lines
91 B
Groovy
5 lines
91 B
Groovy
rootProject.name = 'server'
|
|
|
|
include('core') // Core
|
|
include('proto125') // Protocol 1.2.5
|