Add CI/CD
Some checks failed
Build / build (push) Failing after 9m53s

This commit is contained in:
2025-10-08 12:28:39 +07:00
parent 9399dbe051
commit 47f3f1f55d
4 changed files with 18 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven {
setUrl("https://mirrors.cloud.tencent.com/repository/maven/")
setUrl("https://jitpack.io")
}
google {
content {
@@ -12,22 +12,17 @@ pluginManagement {
}
mavenCentral()
gradlePluginPortal()
maven {
setUrl("https://jitpack.io")
}
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven {
setUrl("https://mirrors.cloud.tencent.com/repository/maven/")
setUrl("https://jitpack.io")
}
google()
mavenCentral()
maven {
setUrl("https://jitpack.io")
}
}
}