mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-02 17:00:41 +01:00
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
plugins {
|
|
id("io.github.reyerizo.gradle.jcstress") version "0.8.13"
|
|
id("minestom.common-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
jcstressImplementation(rootProject)
|
|
jcstress(libs.jcstress.core)
|
|
} |