2022-11-29 21:31:20 +01:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
2022-01-02 21:37:22 +01:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
2022-01-06 11:39:21 +01:00
|
|
|
maven { url "https://jitpack.io" }
|
2022-01-02 21:37:22 +01:00
|
|
|
}
|
|
|
|
}
|
2022-11-29 21:31:20 +01:00
|
|
|
rootProject.name = "jarvis-client-app"
|
2022-01-02 21:37:22 +01:00
|
|
|
include ':app'
|