NMS adapter for spigot 1.20 (#3911)

This commit is contained in:
Konicai 2023-06-28 00:31:03 -04:00 committed by GitHub
parent b43bc3d86e
commit 40775149f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -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)