Files
moshidon/settings.gradle
2024-02-14 21:08:16 -03:00

12 lines
246 B
Groovy

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
mavenLocal()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "Moshidon"
include ':mastodon'