book_and/settings.gradle
lunaticbum aa4fec37cf ...
2024-08-01 18:04:10 +09:00

17 lines
326 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Bum's App"
include ':app'