Skip to content

Commit

Permalink
That did not fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 14, 2024
1 parent 23da82c commit cd97280
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ def dependencies(DependencyHandler deps) {
deps.modApi(deps.include("com.electronwill.night-config:core:$night_config_version"))
deps.modApi(deps.include("com.electronwill.night-config:toml:$night_config_version"))
deps.modApi(deps.include("fuzs.forgeconfigapiport:forgeconfigapiport-fabric:$forge_config_api_port_version"))
// Work around a weird issue where updated flywheel breaks remapping, likely due to the sodium jar? i have no idea
// why this happens and i don't know why it works fine on GHA either.
deps.modApi(deps.include("com.jozufozu.flywheel:flywheel-fabric-$flywheel_minecraft_version:$flywheel_version") { transitive = false })
deps.modApi(deps.include("com.jozufozu.flywheel:flywheel-fabric-$flywheel_minecraft_version:$flywheel_version"))
deps.modApi(deps.include("com.jamieswhiteshirt:reach-entity-attributes:$reach_entity_attributes_version"))
deps.modApi(deps.include("io.github.tropheusj:milk-lib:$milk_lib_version"))
deps.api(deps.include("com.google.code.findbugs:jsr305:$jsr305_version"))
Expand Down

0 comments on commit cd97280

Please sign in to comment.