Skip to content

Commit

Permalink
only include ViaVersion's common module into jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Nov 6, 2023
1 parent a177b73 commit 93ec651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"

// ViaVersion Libraries
jis "com.viaversion:viaversion:${project.viaversion_version}"
jis "com.viaversion:viaversion-common:${project.viaversion_version}"
jis ("com.viaversion:viabackwards-common:${project.viabackwards_version}") {
exclude group: "com.viaversion", module: "viaversion"
exclude group: "io.netty", module: "netty-all"
Expand Down

0 comments on commit 93ec651

Please sign in to comment.