Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Jul 17, 2024
1 parent 75886a5 commit dc131a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
url "https://maven.aliyun.com/repository/public"
}
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven {
url "https://maven.aliyun.com/repository/public"
}
google()
mavenCentral()
}
Expand Down

0 comments on commit dc131a5

Please sign in to comment.