Appease the gradle gods.

This commit is contained in:
Florian Nücke
2020-12-08 23:13:00 +01:00
parent 7a910473a4
commit 6a21a24b5a

View File

@@ -46,7 +46,7 @@ compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaVersion.
configurations {
embed
compile.extendsFrom embed
implementation.extendsFrom embed
}
repositories {
@@ -63,13 +63,16 @@ dependencies {
embed 'li.cil.ceres:ceres:0.0.2+'
embed 'li.cil.sedna:sedna:0.0.1+'
embed 'li.cil.sedna:sedna-buildroot:0.0.1+'
embed 'org.reflections:reflections:0.9.12' // TODO Need to figure out how to make embed recursive.
compileOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}:api")
runtimeOnly fg.deobf("mezz.jei:jei-${minecraft_version}:${jei_version}")
testCompile "org.mockito:mockito-core:2.+"
testImplementation "org.mockito:mockito-core:2.+"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
testImplementation 'li.cil.ceres:ceres:0.0.2+'
}
processResources {