Skip to content

Commit

Permalink
NMS adapter for spigot 1.20 (GeyserMC#3911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konicai authored Jun 28, 2023
1 parent b43bc3d commit 4077514
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bootstrap/spigot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ dependencies {
isTransitive = false
}

implementation(libs.adapters.spigot)
implementation(variantOf(libs.adapters.spigot) {
classifier("all") // otherwise the unshaded jar is used without the shaded NMS implementations
})

implementation(libs.commodore)

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jline = "3.21.0"
terminalconsoleappender = "1.2.0"
folia = "1.19.4-R0.1-SNAPSHOT"
viaversion = "4.0.0"
adapters = "1.8-SNAPSHOT"
adapters = "1.9-SNAPSHOT"
commodore = "2.2"
bungeecord = "a7c6ede"
velocity = "3.0.0"
Expand Down

0 comments on commit 4077514

Please sign in to comment.