DnDApplication/settings.gradle.kts
Andres Gomez, Thomas (ITDV CC) - AF (ext) 70045251b2 Initial commit
2023-07-12 19:43:11 +02:00

17 lines
326 B
Kotlin

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