moshidon/settings.gradle

11 lines
210 B
Groovy
Raw Normal View History

2022-01-14 13:02:10 +01:00
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
2022-01-17 11:27:34 +01:00
mavenLocal()
2022-01-14 13:02:10 +01:00
}
}
2022-11-25 23:23:52 +01:00
rootProject.name = "Megalodon"
2022-01-14 13:02:10 +01:00
include ':mastodon'