feat: added maven central

This commit is contained in:
zihluwang
2024-08-06 22:09:28 +08:00
parent 1d3e6943c0
commit dad99dcea7
+4
View File
@@ -37,6 +37,10 @@ subprojects {
exclude("logback.xml")
}
repositories {
mavenCentral()
}
dependencies {
compileOnly("org.slf4j:slf4j-api:$slf4jVersion")
compileOnly("org.projectlombok:lombok:$lombokVersion")