Skip to content

Commit

Permalink
准备上架
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Jul 17, 2024
1 parent a396f76 commit 5f3d5f0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ version = properties("pluginVersion").get()

// Configure project's dependencies
repositories {
maven(url = "https://download.jetbrains.8686c.com/idea/") // ideaIC download
maven(url = "https://maven.aliyun.com/repository/google")
// maven { url 'https://maven.aliyun.com/repository/public' } // 不许用,不然满江红
if (!System.getenv().containsKey("CI")) {
maven(url = "https://mirrors.tencent.com/nexus/repository/maven-public/")
}
maven(url = "https://download.jetbrains.8686c.com/idea/") // ideaIC download
// if 判断失效,以后再研究
// if (!System.getenv().containsKey("CI")) {
// maven(url = "https://mirrors.tencent.com/nexus/repository/maven-public/")
// }
google()
mavenCentral()
maven(url = "https://jitpack.io")
Expand Down

0 comments on commit 5f3d5f0

Please sign in to comment.