mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-01 00:10:19 +01:00
9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
rootProject.name = "minestom"
|
|
|
|
include("testing")
|
|
include("code-generators")
|
|
//include("jmh-benchmarks")
|
|
//include("jcstress-tests")
|
|
|
|
include("demo")
|