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