We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfd7ed commit d925dd8Copy full SHA for d925dd8
1 file changed
common/build.gradle.kts
@@ -14,6 +14,7 @@ java {
14
dependencies {
15
implementation(platform(libs.mycelium.bom))
16
implementation(platform(libs.aonyx.bom))
17
+ compileOnly(libs.adventure)
18
compileOnly(libs.minestom)
19
compileOnly(libs.aves)
20
compileOnly(libs.xerus)
@@ -23,5 +24,7 @@ dependencies {
23
24
testImplementation(libs.aves)
25
testImplementation(libs.xerus)
26
testImplementation(libs.junit.api)
27
+ testImplementation(libs.junit.params)
28
+ testImplementation(libs.junit.platform.launcher)
29
testRuntimeOnly(libs.junit.engine)
30
}
0 commit comments