update some dependencies

This commit is contained in:
alexcrea 2025-01-20 17:58:54 +01:00
parent 3b8010ff4d
commit dcb12b888e
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
10 changed files with 43 additions and 52 deletions

View file

@ -1,14 +1,5 @@
import java.net.URI
rootProject.name = "CustomAnvil"
// for Disenchantment dependency
sourceControl {
gitRepository(URI.create("https://github.com/H7KZ/Disenchantment.git")) {
producesModule("cz.kominekjan:Disenchantment")
}
}
// NMS subproject
include("nms:nms-common")
findProject(":nms:nms-common")?.name = "nms-common"
@ -38,5 +29,6 @@ include("nms:v1_21R2")
findProject(":nms:v1_21R2")?.name = "v1_21R2"
include("nms:v1_21R3")
findProject(":nms:v1_21R3")?.name = "v1_21R3"
include(":impl:LegacyEcoEnchant")
findProject(":impl:LegacyEcoEnchant")?.name = "LegacyEcoEnchant"
findProject(":impl:LegacyEcoEnchant")?.name = "LegacyEcoEnchant"