mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
update some dependencies
This commit is contained in:
parent
3b8010ff4d
commit
dcb12b888e
10 changed files with 43 additions and 52 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue