We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5ed4b commit 4eb7638Copy full SHA for 4eb7638
build.gradle.kts
@@ -51,12 +51,6 @@ subprojects {
51
testAnnotationProcessor("org.projectlombok:lombok:$lombokVersion")
52
}
53
54
- repositories {
55
- mavenLocal()
56
- maven(url = "https://maven.proxy.ustclug.org/maven2/")
57
- mavenCentral()
58
- }
59
-
60
tasks.withType<JavaCompile> {
61
options.encoding = "UTF-8"
62
0 commit comments