SHA256
Add all files to develop branch
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m29s
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m29s
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user