Minestom/jmh-benchmarks/build.gradle.kts

10 lines
226 B
Plaintext
Raw Normal View History

2022-01-01 18:27:52 +01:00
plugins {
id("me.champeau.jmh") version ("0.6.6")
id("minestom.common-conventions")
}
dependencies {
jmhImplementation(rootProject)
jmh(libs.jmh.core)
jmhAnnotationProcessor(libs.jmh.annotationprocessor)
2022-01-01 18:27:52 +01:00
}