MTU-Dining/settings.gradle.kts

18 lines
330 B
Plaintext
Raw Permalink Normal View History

2024-02-17 00:50:44 +00:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "MTU Dining"
include(":app")