Skip to content

Commit

Permalink
Add another exclusion to compileOnlyServer
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakenied committed Jul 12, 2024
1 parent 0ed8c7b commit 77bb8cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ fun DependencyHandler.compileOnlyServer(s: String): Dependency {
exclude(group = "it.unimi.dsi", module = "fastutil")
exclude(group = "org.apache.maven", module = "maven-resolver-provider")
exclude(group = "net.md-5", module = "bungeecord-chat")
exclude(group = "com.destroystokyo.paper", module = "paper-mojangapi")
}
}

Expand Down

0 comments on commit 77bb8cf

Please sign in to comment.