9
0
mirror of https://github.com/Auxilor/EcoQuests.git synced 2025-12-19 15:09:22 +00:00
Files
EcoQuests/settings.gradle.kts
2023-08-08 19:27:34 +01:00

15 lines
311 B
Plaintext

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