mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Add Disenchantment as dependency
This commit is contained in:
parent
849f25f30b
commit
3c8810ed72
2 changed files with 12 additions and 0 deletions
|
|
@ -1,5 +1,14 @@
|
|||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue