9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00
Files
DivineMC/settings.gradle.kts
2022-12-25 14:01:41 +03:00

11 lines
236 B
Plaintext

pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven("https://papermc.io/repo/repository/maven-public/")
}
}
rootProject.name = "DivineMC"
include("divinemc-api", "divinemc-server")