Skip to content

Commit

Permalink
fix: building error
Browse files Browse the repository at this point in the history
  • Loading branch information
SpigotRCE committed Mar 1, 2025
1 parent 90aa6f8 commit 1ac38b7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@ jar {
shadowJar {
configurations = [project.configurations.shadow]
archiveClassifier.set("dev")

dependencies {
include(dependency('net.md_5.bungee:BungeeCord'))
}

// Exclude everything except the protocol package
exclude 'net/md_5/bungee/**'
include 'net/md_5/bungee/protocol/**'
}

remapJar {
Expand Down

0 comments on commit 1ac38b7

Please sign in to comment.