Talaria/settings.gradle

17 lines
324 B
Groovy
Raw Permalink Normal View History

2022-10-11 08:51:26 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Talaria"
include ':app'