9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-28 11:29:18 +00:00
Files
EcoArmor/settings.gradle.kts
2023-03-29 13:45:20 +01:00

15 lines
310 B
Plaintext

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