1.21.4 nms (#39)

Add support to disable too expensive for 1.21.4
This commit is contained in:
alexcrea 2024-12-03 20:01:12 +01:00 committed by GitHub
parent 71dd823d3e
commit 70767aefd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 86 additions and 1 deletions

View file

@ -36,3 +36,5 @@ include("nms:v1_21R1")
findProject(":nms:v1_21R1")?.name = "v1_21R1"
include("nms:v1_21R2")
findProject(":nms:v1_21R2")?.name = "v1_21R2"
include("nms:v1_21R3")
findProject(":nms:v1_21R3")?.name = "v1_21R3"