Skip to content

Commit

Permalink
build: Fix testCompileOnly build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Dec 9, 2023
1 parent 611463b commit 2a93a47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions forge/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ dependencies {
compileOnly fg.deobf("mcp.mobius.waila:wthit-api:forge-$wthit_version")
compileOnly fg.deobf("curse.maven:the-one-probe-245211:$theoneprobe_version")
//runtimeOnly fg.deobf("curse.maven:journeymap-${project.journeymap_project_id}:${project.journeymap_forge_file_id}")
}

configurations {
testCompileOnly.extendsFrom compileOnly // for some reason needed for EMI
}
4 changes: 4 additions & 0 deletions neoforge/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ dependencies {
compileOnly "curse.maven:jade-324717:$jade_forge_version"
compileOnly "mcp.mobius.waila:wthit-api:forge-$wthit_version"
compileOnly "curse.maven:the-one-probe-245211:$theoneprobe_version"
}

configurations {
testCompileOnly.extendsFrom compileOnly // for some reason needed for EMI
}

0 comments on commit 2a93a47

Please sign in to comment.