mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-15 04:31:44 +01:00
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
|
plugins {
|
||
|
id("me.champeau.jmh") version ("0.6.6")
|
||
|
id("minestom.common-conventions")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation(rootProject)
|
||
|
}
|