This commit is contained in:
Florian Nücke
2020-10-09 01:04:54 +02:00
parent 728b81aca5
commit 74abfb0134

View File

@@ -69,7 +69,6 @@ dependencies {
compileOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}:api")
runtimeOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}")
testImplementation 'li.cil.ceres:ceres:0.0.2+'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
}