Files
Token-Authentication/settings.gradle
Burak Fidan 49eb6d60b9 Git init.
2022-12-27 18:38:34 +03:00

17 lines
336 B
Groovy

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