添加 settings.gradle
Some checks failed
Gitea Actions Demo / build-docker (push) Waiting to run
Cache Npx / task (push) Waiting to run
Gitea Actions Demo / setup (push) Failing after 53s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Test Java / build-image (push) Has been cancelled

This commit is contained in:
huanghs 2024-11-17 19:29:00 +08:00
parent e566e63df6
commit a6e12c82eb

9
settings.gradle Normal file
View File

@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven { url = uri("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/") }
mavenCentral()
gradlePluginPortal()
mavenLocal()
}
}
rootProject.name = "test"