Skip to content

Commit 2fec946

Browse files
committed
Fix running GuiTest
1 parent f0afbe1 commit 2fec946

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: GuiTest/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ dependencies {
3636

3737
compileOnly ("com.google.code.findbugs:jsr305:3.0.2") { transitive = false }
3838

39-
implementation project(':')
39+
implementation project(path: ':', configuration: 'namedElements')
40+
// TODO: Fix this in Loom (namedElements should expose remapped mod* dependencies)
41+
modImplementation "io.github.cottonmc:Jankson-Fabric:${rootProject.jankson_version}"
4042
}
4143

4244
processResources {

0 commit comments

Comments
 (0)