CTA-student/settings.gradle

17 lines
322 B
Groovy
Raw Permalink Normal View History

2024-01-04 21:11:03 +07:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Lab23"
include ':app'