Fixed build.gradle
This commit is contained in:
24
build.gradle
24
build.gradle
@@ -110,20 +110,20 @@ dependencies {
|
||||
runtimeOnly fg.deobf("mrtjp:ProjectRed:${minecraft_version}-${pr_version}:core")
|
||||
runtimeOnly fg.deobf("mrtjp:ProjectRed:${minecraft_version}-${pr_version}:transmission")
|
||||
|
||||
// if (debug_embeddium)
|
||||
// {
|
||||
// runtimeOnly fg.deobf("curse.maven:embeddium-908741:5521846")
|
||||
// }
|
||||
if (debug_embeddium)
|
||||
{
|
||||
runtimeOnly fg.deobf("curse.maven:embeddium-908741:5521846")
|
||||
}
|
||||
|
||||
// if (debug_embeddium_plus_plus)
|
||||
// {
|
||||
// runtimeOnly fg.deobf("curse.maven:embeddiumplus-931925:5436746")
|
||||
// }
|
||||
if (debug_embeddium_plus_plus)
|
||||
{
|
||||
runtimeOnly fg.deobf("curse.maven:embeddiumplus-931925:5436746")
|
||||
}
|
||||
|
||||
// if (debug_oculus)
|
||||
// {
|
||||
// runtimeOnly fg.deobf("curse.maven:oculus-581495:5299671")
|
||||
// }
|
||||
if (debug_oculus)
|
||||
{
|
||||
runtimeOnly fg.deobf("curse.maven:oculus-581495:5299671")
|
||||
}
|
||||
|
||||
testImplementation "org.mockito:mockito-inline:4.3.1"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2"
|
||||
|
||||
Reference in New Issue
Block a user