mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-01 00:10:19 +01:00
c8ae194f7d
Signed-off-by: TheMode <themode@outlook.fr>
14 lines
238 B
Plaintext
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"
|
|
}
|