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
9 lines
220 B
Groovy
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" |