Skip to content

Commit

Permalink
feat: added maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
zihluwang committed Aug 6, 2024
1 parent 1d3e694 commit dad99dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ subprojects {
exclude("logback.xml")
}

repositories {
mavenCentral()
}

dependencies {
compileOnly("org.slf4j:slf4j-api:$slf4jVersion")
compileOnly("org.projectlombok:lombok:$lombokVersion")
Expand Down

0 comments on commit dad99dc

Please sign in to comment.