remove more nms sub modules

This commit is contained in:
alexcrea 2025-07-09 11:14:55 +02:00
parent c12e70ca54
commit a8553debeb
Signed by: alexcrea
GPG key ID: E346CD16413450E3
22 changed files with 34 additions and 355 deletions

View file

@ -3,14 +3,4 @@ rootProject.name = "CustomAnvil"
// NMS subproject
include("nms:nms-common")
findProject(":nms:nms-common")?.name = "nms-common"
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"
include("nms:v1_21R4")
findProject(":nms:v1_21R4")?.name = "v1_21R4"
include("nms:v1_21R5")
findProject(":nms:v1_21R5")?.name = "v1_21R5"