chore: removed repositories settings
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user