2022-09-29 22:30:09 +00:00
|
|
|
rootProject.name = "BlacklistFromWorld"
|
|
|
|
|
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
mavenLocal()
|
|
|
|
|
mavenCentral()
|
2025-06-28 01:54:40 +00:00
|
|
|
maven("https://repo.destro.xyz/snapshots") // Altitude - Cosmos
|
2022-09-29 22:30:09 +00:00
|
|
|
maven("https://jitpack.io") { // Vault
|
|
|
|
|
content { includeGroup("com.github.milkbowl") }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
}
|
|
|
|
|
}
|