0
0
mirror of https://github.com/Minestom/Minestom.git synced 2024-11-23 13:56:23 +00:00
Minestom/jmh-benchmarks/build.gradle.kts
2024-07-12 15:23:07 +02:00

10 lines
189 B
Plaintext

plugins {
id("me.champeau.jmh") version ("0.7.2")
}
dependencies {
jmhImplementation(rootProject)
jmh(libs.jmh.core)
jmhAnnotationProcessor(libs.jmh.annotationprocessor)
}