mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-19 15:09:23 +00:00
15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenLocal()
|
|
maven("https://repo.jpenilla.xyz/snapshots/")
|
|
maven("https://jitpack.io")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Reforges"
|
|
|
|
// Core
|
|
include(":eco-core")
|
|
include(":eco-core:core-plugin")
|