Skip to content

Commit dad99dc

Browse files
committed
feat: added maven central
1 parent 1d3e694 commit dad99dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ subprojects {
3737
exclude("logback.xml")
3838
}
3939

40+
repositories {
41+
mavenCentral()
42+
}
43+
4044
dependencies {
4145
compileOnly("org.slf4j:slf4j-api:$slf4jVersion")
4246
compileOnly("org.projectlombok:lombok:$lombokVersion")

0 commit comments

Comments
 (0)