mirror of
https://github.com/Auxilor/EcoMenus.git
synced 2025-12-19 15:09:20 +00:00
15 lines
310 B
Plaintext
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 = "EcoMenus"
|
|
|
|
// Core
|
|
include(":eco-core")
|
|
include(":eco-core:core-plugin")
|