moshidon/settings.gradle
2022-12-06 19:17:07 -03:00

11 lines
209 B
Groovy

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
mavenLocal()
}
}
rootProject.name = "Moshidon"
include ':mastodon'