2023-03-18 16:02:31 +01:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
mavenLocal()
|
2023-03-29 14:37:33 +02:00
|
|
|
maven("https://repo.auxilor.io/repository/maven-public/")
|
2023-12-07 15:38:13 +01:00
|
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
2023-03-18 16:02:31 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
rootProject.name = "EcoEnchants"
|
|
|
|
|
|
|
|
// Core
|
|
|
|
include(":eco-core")
|
|
|
|
include(":eco-core:core-plugin")
|
|
|
|
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")
|
2023-06-09 21:14:17 +02:00
|
|
|
include(":eco-core:core-nms:v1_20_R1")
|
2023-09-22 20:50:48 +02:00
|
|
|
include(":eco-core:core-nms:v1_20_R2")
|
2023-12-07 15:38:13 +01:00
|
|
|
include(":eco-core:core-nms:v1_20_R3")
|