This commit is contained in:
Brian Neumann-Fopiano
2026-07-16 12:26:01 -04:00
parent 55b7460b9a
commit 699247b1de
327 changed files with 30138 additions and 3934 deletions
+1
View File
@@ -105,6 +105,7 @@ nmsBindings.each { key, value ->
compileOnly(rootProject.libs.annotations)
compileOnly(rootProject.libs.byteBuddy.core)
testImplementation('junit:junit:4.13.2')
testRuntimeOnly(project(':core'))
}
tasks.withType(org.gradle.api.tasks.testing.Test).configureEach {