chore: removed repositories settings

This commit is contained in:
zihluwang
2024-07-27 09:32:02 +08:00
parent cc5ed4beec
commit 4eb7638dbd
-6
View File
@@ -51,12 +51,6 @@ subprojects {
testAnnotationProcessor("org.projectlombok:lombok:$lombokVersion") testAnnotationProcessor("org.projectlombok:lombok:$lombokVersion")
} }
repositories {
mavenLocal()
maven(url = "https://maven.proxy.ustclug.org/maven2/")
mavenCentral()
}
tasks.withType<JavaCompile> { tasks.withType<JavaCompile> {
options.encoding = "UTF-8" options.encoding = "UTF-8"
} }