diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..c091ecb --- /dev/null +++ b/settings.gradle @@ -0,0 +1,9 @@ +pluginManagement { + repositories { + maven { url = uri("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/") } + mavenCentral() + gradlePluginPortal() + mavenLocal() + } +} +rootProject.name = "test" \ No newline at end of file