9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-19 15:09:17 +00:00
Files
EcoMobs/settings.gradle.kts
2023-11-07 16:16:53 +00:00

15 lines
309 B
Plaintext

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