mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-01 00:10:19 +01:00
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
plugins {
|
|
id("me.champeau.jmh") version ("0.6.6")
|
|
id("minestom.common-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
jmhImplementation(rootProject)
|
|
jmh(libs.jmh.core)
|
|
jmhAnnotationProcessor(libs.jmh.annotationprocessor)
|
|
} |