skerge/settings.gradle.kts
William Brawner 38aae8a835
Some checks failed
Build & Test / Validate (pull_request) Successful in 15s
Build & Test / Run Unit Tests (pull_request) Failing after 2m40s
Use gradle check instead of testDebugUnitTest and address all lint warnings/errors
2024-07-01 21:49:13 -06:00

17 lines
No EOL
325 B
Text

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