Skip to content

Commit

Permalink
removal: unused VFP depend
Browse files Browse the repository at this point in the history
  • Loading branch information
SpigotRCE committed Nov 28, 2024
1 parent 8c50c54 commit 131a58a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ dependencies {
// implementation 'com.github.JnCrMx:discord-game-sdk4j:v0.5.5'
shadow(implementation 'io.github.spigotrce.eventbus:EventBus:1.0-SNAPSHOT')

include("org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT") {
exclude group: "io.netty"
}

modImplementation "de.florianmichael:ViaFabricPlus:${project.viafabricplus_version}"
// include("org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT") {
// exclude group: "io.netty"
// }
//
// modImplementation "de.florianmichael:ViaFabricPlus:${project.viafabricplus_version}"
}

processResources {
Expand Down

0 comments on commit 131a58a

Please sign in to comment.