9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-19 15:09:19 +00:00
Files
HMCCosmetics/settings.gradle.kts
LoJoSho 791fe53c48 NMS Test
Signed-off-by: LoJoSho <contact@lojosho.com>
2022-10-04 14:32:08 -05:00

12 lines
200 B
Plaintext

pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.papermc.io/repository/maven-public/")
}
}
rootProject.name = "HMCCosmetics"
include(
"common"
)