Skip to content

Commit

Permalink
feat: 升级log4j #5752
Browse files Browse the repository at this point in the history
update plugin repo
# Conflicts:
#	src/backend/turbo/buildSrc/build.gradle.kts
  • Loading branch information
irwinsun committed Dec 15, 2021
1 parent 8db0919 commit 04f9e8c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/backend/turbo/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import java.net.URI

@Suppress("NewLineAtEndOfFile")
plugins {
`kotlin-dsl`
}

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 04f9e8c

Please sign in to comment.