Fix tests
All checks were successful
Test and Deploy / build (21, ubuntu-latest) (push) Successful in 2m9s
Test and Deploy / deploy (21, ubuntu-latest) (push) Has been skipped

This commit is contained in:
2025-10-04 12:31:52 +02:00
parent fdf51d95c1
commit 5e12403a5a

View File

@@ -81,8 +81,8 @@ allprojects {
}
dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api:${project.junit_version}"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${project.junit_version}"
testImplementation "org.junit.jupiter:junit-jupiter:${project.junit_version}"
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"