Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
Signed-off-by: xihan123 <srxqzxs@vip.qq.com>
  • Loading branch information
xihan123 committed Jul 31, 2023
1 parent a1c4fb6 commit 8f4205f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
repositories {
maven("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
// maven("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
google()
mavenCentral()
gradlePluginPortal()
Expand All @@ -9,7 +9,7 @@ pluginManagement {
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
// maven("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
google()
mavenCentral()
maven("https://jitpack.io")
Expand Down

0 comments on commit 8f4205f

Please sign in to comment.