Halloween2024/settings.gradle.kts
2024-10-20 19:05:26 +02:00

17 lines
429 B
Plaintext

rootProject.name = "Halloween2024"
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
maven("https://repo.destro.xyz/snapshots") // Altitude - Galaxy
maven("https://repo.dmulloy2.net/repository/public/") // ProtocolLib
}
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
}
pluginManagement {
repositories {
gradlePluginPortal()
}
}