No more ttests

This commit is contained in:
Tracker-Friendly 2025-03-05 18:49:34 +00:00
parent 15ff8a1181
commit dea174429a

View file

@ -36,18 +36,6 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// Testing
testImplementation(platform('org.junit:junit-bom:5.12.0'))
testImplementation('org.junit.jupiter:junit-jupiter')
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
testImplementation "net.fabricmc:fabric-loader-junit:${project.loader_version}"
}
tasks.named("test", Test) {
useJUnitPlatform()
}
processResources {