Minestom/jmh-benchmarks/build.gradle.kts

10 lines
189 B
Plaintext
Raw Normal View History

2022-01-01 18:27:52 +01:00
plugins {
2024-07-12 15:23:07 +02:00
id("me.champeau.jmh") version ("0.7.2")
2022-01-01 18:27:52 +01:00
}
dependencies {
jmhImplementation(rootProject)
jmh(libs.jmh.core)
jmhAnnotationProcessor(libs.jmh.annotationprocessor)
2024-07-12 15:23:07 +02:00
}