Skip to content

Commit

Permalink
Fix messy workaround
Browse files Browse the repository at this point in the history
Or messy intentional approach to a problem according to kb, which fair enough, it's just that we are unfortunately Quilt Loom
  • Loading branch information
EnnuiL committed Oct 23, 2024
1 parent 5e62672 commit 5a37c20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ plugins {
alias libs.plugins.quilt.loom
}

// messy workaround for bug in quilt loom 1.3.3+
project.configurations.configureEach {
exclude(group: "net.fabricmc", module: "fabric-loader")
}

def javaVersion = 21

group = project.maven_group_id
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
minecraft = "1.21.1"
parchment = "2024.07.28"

quilt_loom = "1.8.3"
quilt_loom = "1.8.4"
quilt_loader = "0.27.0-beta.1"

fabric_api = "0.106.0+1.21.1"
Expand Down

0 comments on commit 5a37c20

Please sign in to comment.