9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-28 19:39:13 +00:00
Files
EcoArmor/settings.gradle.kts
2023-03-27 17:34:13 +01:00

15 lines
280 B
Plaintext

pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
maven("https://repo.jpenilla.xyz/snapshots/")
maven("https://jitpack.io")
}
}
rootProject.name = "EcoArmor"
// Core
include(":eco-core")
include(":eco-core:core-plugin")