Bump Erosion

This commit is contained in:
Camotoy 2024-05-15 15:31:02 -04:00
parent 423d2e3a36
commit 9bca012194
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
8 changed files with 61 additions and 26 deletions

View file

@ -4,6 +4,12 @@ dependencies {
isTransitive = false
}
implementation(libs.erosion.bukkit.nms) {
attributes {
attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 21)
}
}
implementation(variantOf(libs.adapters.spigot) {
classifier("all") // otherwise the unshaded jar is used without the shaded NMS implementations
})