No more ttests
This commit is contained in:
parent
15ff8a1181
commit
dea174429a
1 changed files with 0 additions and 12 deletions
12
build.gradle
12
build.gradle
|
@ -36,18 +36,6 @@ dependencies {
|
||||||
|
|
||||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
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 {
|
processResources {
|
||||||
|
|
Loading…
Add table
Reference in a new issue