aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GuiTest/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/GuiTest/build.gradle b/GuiTest/build.gradle
index ee1fa3b..429a718 100644
--- a/GuiTest/build.gradle
+++ b/GuiTest/build.gradle
@@ -36,7 +36,9 @@ dependencies {
compileOnly ("com.google.code.findbugs:jsr305:3.0.2") { transitive = false }
- implementation project(':')
+ implementation project(path: ':', configuration: 'namedElements')
+ // TODO: Fix this in Loom (namedElements should expose remapped mod* dependencies)
+ modImplementation "io.github.cottonmc:Jankson-Fabric:${rootProject.jankson_version}"
}
processResources {