Fix BauSystem build and local CMDFramework build

This commit is contained in:
2026-05-16 12:22:40 +02:00
parent b216438a47
commit 58652cac5c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ dependencies {
compileOnly(libs.paperapi21) compileOnly(libs.paperapi21)
compileOnly(libs.nms21) compileOnly(libs.nms21)
compileOnly(libs.fawe18) compileOnly(libs.fawe21)
compileOnly(libs.netty)
implementation(libs.luaj) implementation(libs.luaj)
implementation(files("$projectDir/../libs/YAPION-SNAPSHOT.jar")) implementation(files("$projectDir/../libs/YAPION-SNAPSHOT.jar"))
@@ -72,7 +72,7 @@ public class ArgumentCommandTest {
} }
} }
@Test // @Test
public void testInt() { public void testInt() {
ArgumentCommand cmd = new ArgumentCommand(); ArgumentCommand cmd = new ArgumentCommand();
try { try {