Skip to content

Commit

Permalink
hopefully fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 20, 2024
1 parent 0017d14 commit 9d0cd05
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,23 @@ unimined.minecraft {
remap(configurations.modCompileOnly){
catchAWNamespaceAssertion()
namespace("intermediary")
mixinRemap {
off()
}
}
remap(configurations.modRuntimeOnly){
catchAWNamespaceAssertion()
namespace("intermediary")
mixinRemap {
off()
}
}
modImplementation {
catchAWNamespaceAssertion()
namespace("intermediary")
mixinRemap {
off()
}
}
}
}
Expand Down

0 comments on commit 9d0cd05

Please sign in to comment.