moshidon/settings.gradle
2025-01-14 16:00:54 +01:00

23 lines
425 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
mavenLocal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
mavenLocal()
maven {
url 'https://jitpack.io'
content {
includeModule 'com.github.bottom-software-foundation', 'bottom-java'
}
}
}
}
rootProject.name = "Moshidon"
include ':mastodon'