drop 1.19.x support (#1167)

This commit is contained in:
Julian Krings
2025-02-04 13:04:48 +01:00
committed by GitHub
parent 29f6f52443
commit 53c9e7c04c
12 changed files with 1 additions and 3149 deletions
-3
View File
@@ -61,9 +61,6 @@ def NMS_BINDINGS = Map.of(
"v1_20_R3", "1.20.4-R0.1-SNAPSHOT",
"v1_20_R2", "1.20.2-R0.1-SNAPSHOT",
"v1_20_R1", "1.20.1-R0.1-SNAPSHOT",
"v1_19_R3", "1.19.4-R0.1-SNAPSHOT",
"v1_19_R2", "1.19.3-R0.1-SNAPSHOT",
"v1_19_R1", "1.19.2-R0.1-SNAPSHOT"
)
def JVM_VERSION = Map.of()
NMS_BINDINGS.each { nms ->