Skip to content

Commit 4eb7638

Browse files
author
zihluwang
committed
chore: removed repositories settings
1 parent cc5ed4b commit 4eb7638

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ subprojects {
5151
testAnnotationProcessor("org.projectlombok:lombok:$lombokVersion")
5252
}
5353

54-
repositories {
55-
mavenLocal()
56-
maven(url = "https://maven.proxy.ustclug.org/maven2/")
57-
mavenCentral()
58-
}
59-
6054
tasks.withType<JavaCompile> {
6155
options.encoding = "UTF-8"
6256
}

0 commit comments

Comments
 (0)