mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-23 13:56:23 +00:00
10 lines
189 B
Plaintext
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)
|
|
}
|