Skip to content

Commit

Permalink
Fix repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhuo committed Aug 17, 2023
1 parent 4653d0e commit 30ebc57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ plugins {

allprojects {
repositories {
maven { setUrl("https://mirrors.tencent.com/nexus/repository/maven-public/") }
mavenCentral()
google()
maven { setUrl("https://oss.sonatype.org/content/repositories/snapshots/") }
}

Expand Down
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pluginManagement {
repositories {
maven { url 'https://mirrors.tencent.com/nexus/repository/maven-public/' }
mavenCentral()
google()
gradlePluginPortal()
}
}
Expand Down

0 comments on commit 30ebc57

Please sign in to comment.