mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-28 02:51:42 +01: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")
|