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