action-demo/settings.gradle
huanghs a6e12c82eb
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
添加 settings.gradle
2024-11-17 19:29:00 +08:00

9 lines
220 B
Groovy

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