mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-21 14:55:17 +01:00
22 lines
525 B
Plaintext
22 lines
525 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenLocal()
|
|
maven("https://jitpack.io")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "EcoEnchants"
|
|
|
|
// Core
|
|
include(":eco-core")
|
|
include(":eco-core:core-plugin")
|
|
include(":eco-core:core-proxy")
|
|
include(":eco-core:core-nms")
|
|
include(":eco-core:core-nms:v1_17_R1")
|
|
include(":eco-core:core-nms:v1_18_R1")
|
|
include(":eco-core:core-nms:v1_18_R2")
|
|
include(":eco-core:core-nms:v1_19_R1")
|
|
include(":eco-core:core-nms:v1_19_R2")
|
|
include(":eco-core:core-nms:v1_19_R3")
|