Minestom/jcstress-tests/build.gradle.kts
TheMode c8ae194f7d Basic concurrency tests for tags
Signed-off-by: TheMode <themode@outlook.fr>
2022-04-26 14:36:42 +02:00

14 lines
238 B
Plaintext

plugins {
id("io.github.reyerizo.gradle.jcstress") version "0.8.13"
id("minestom.common-conventions")
}
dependencies {
jcstressImplementation(rootProject)
jcstress(libs.jcstress.core)
}
jcstress {
verbose = "true"
}