mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-20 15:39:31 +00:00
12 lines
228 B
Groovy
12 lines
228 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven { url "https://repo.jpenilla.xyz/snapshots/" }
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'EcoBosses'
|
|
|
|
// Core
|
|
include ':eco-core'
|
|
include ':eco-core:core-plugin' |