Skip to content

Commit

Permalink
fix: duplicate fabric loader
Browse files Browse the repository at this point in the history
  • Loading branch information
flier268 committed Dec 17, 2023
1 parent e827d43 commit 61c0fbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,9 @@ publishing {
// retrieving dependencies.
}
}

configurations.all {
resolutionStrategy {
force("net.fabricmc:fabric-loader:$loader_version")
}
}

0 comments on commit 61c0fbb

Please sign in to comment.