Skip to content

Commit

Permalink
Fixes #1724
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Sep 17, 2024
1 parent ed9454b commit 15a46dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies {
}
//modRuntime("com.terraformersmc:modmenu:${modmenu_version}") { transitive false }
modApi("dev.architectury:architectury-fabric:${architectury_version}")
modApi("me.shedaniel:error-notifier-fabric:1.0.9")
include("me.shedaniel:error-notifier-fabric:1.0.9")
modApi("me.shedaniel:error-notifier-fabric:1.0.11")
include("me.shedaniel:error-notifier-fabric:1.0.11")

depProjects.forEach {
common(project(path: it, configuration: "namedElements")) { transitive false }
Expand Down

0 comments on commit 15a46dc

Please sign in to comment.