2022-01-31 01:49:57 +00:00
|
|
|
rootProject.name = "PlotPermissions"
|
|
|
|
|
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositories {
|
2022-05-30 14:50:19 +00:00
|
|
|
// mavenLocal()
|
2022-01-31 01:49:57 +00:00
|
|
|
mavenCentral()
|
2025-07-14 20:56:26 +00:00
|
|
|
maven("https://repo.destro.xyz/snapshots") // Cosmos
|
2022-01-31 01:49:57 +00:00
|
|
|
maven("https://oss.sonatype.org/content/groups/public/") // Adventure
|
|
|
|
|
}
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
}
|
|
|
|
|
}
|