TM-SGNL-Android/build-logic/settings.gradle.kts
TELEMESSAGE\Shilo 1c47e8ba52 new baseline - 1
2024-01-23 11:32:42 +02:00

23 lines
393 B
Kotlin

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "build-logic"
include(":plugins")
include(":tools")
apply(from = "../dependencies.gradle.kts")