2022-04-26 13:14:34 +02:00
|
|
|
plugins {
|
|
|
|
id("io.github.reyerizo.gradle.jcstress") version "0.8.13"
|
|
|
|
id("minestom.common-conventions")
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
jcstressImplementation(rootProject)
|
|
|
|
jcstress(libs.jcstress.core)
|
2022-04-26 14:36:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
jcstress {
|
|
|
|
verbose = "true"
|
|
|
|
}
|