Skip to content

Commit

Permalink
feat: 升级log4j #5752
Browse files Browse the repository at this point in the history
modify plugin repo
  • Loading branch information
irwinsun authored Dec 12, 2021
1 parent d6dc5ff commit 40cf7ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/backend/turbo/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ plugins {
}

repositories {
maven { url = URI("https://mirrors.tencent.com/nexus/repository/maven-public/") }
// mavenCentral()
// jcenter()
mavenLocal()
maven(url = "https://plugins.gradle.org/m2/")
mavenCentral()
jcenter()
}

kotlinDslPluginOptions {
Expand Down

0 comments on commit 40cf7ae

Please sign in to comment.