2023-03-29 23:45:49 +00:00
|
|
|
rootProject.name = "AFKDetector"
|
|
|
|
|
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
mavenCentral()
|
2023-06-19 20:59:48 +00:00
|
|
|
maven("https://repo.destro.xyz/snapshots") // Altitude - Galaxy
|
2023-03-29 23:45:49 +00:00
|
|
|
}
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
}
|
|
|
|
|
}
|