Skip to content

Commit bb4729d

Browse files
committed
remove duplicate repositories block
1 parent 348580c commit bb4729d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle.kts

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ group = "com.darvil"
77
version = "1.0.0"
88
description = "Text formatting utilities to easily format text on the terminal for Java."
99

10-
repositories {
11-
mavenCentral()
12-
}
13-
1410
dependencies {
1511
implementation("com.darvil:utils:+")
1612

@@ -44,6 +40,8 @@ publishing {
4440
url = uri("https://repsy.io/mvn/darvil/java")
4541
credentials(PasswordCredentials::class)
4642
}
43+
44+
mavenLocal()
4745
}
4846

4947
publications {

0 commit comments

Comments
 (0)