Files
Test-CI-CD/settings.gradle.kts
lamtruong28 e091288388
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m29s
Add all files to develop branch
2026-08-05 22:15:55 +07:00

32 lines
737 B
Kotlin

rootProject.name = "TesCICD"
pluginManagement {
repositories {
google {
mavenContent {
includeGroupAndSubgroups("androidx")
includeGroupAndSubgroups("com.android")
includeGroupAndSubgroups("com.google")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositories {
google {
mavenContent {
includeGroupAndSubgroups("androidx")
includeGroupAndSubgroups("com.android")
includeGroupAndSubgroups("com.google")
}
}
mavenCentral()
}
}
include(":androidApp")
include(":shared")
include(":webApp")