Skip to content

Commit

Permalink
Fix running GuiTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Nov 16, 2021
1 parent f0afbe1 commit 2fec946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GuiTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2fec946

Please sign in to comment.