This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
QWeather/settings.gradle
2023-03-28 10:30:49 -04:00

16 lines
327 B
Groovy

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