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

13 lines
200 B
Plaintext

plugins {
id("io.github.reyerizo.gradle.jcstress") version "0.8.15"
}
dependencies {
jcstressImplementation(rootProject)
jcstress(libs.jcstress.core)
}
jcstress {
verbose = "true"
}