Skip to content

Commit 3a42cc4

Browse files
committed
chore: remove duplicate repository configuration for Maven publishing
1 parent 8948a59 commit 3a42cc4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@ publishing {
8585
}
8686
}
8787
}
88-
89-
repositories {
90-
maven {
91-
name = "ossrh-staging-api"
92-
url = uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
93-
credentials(PasswordCredentials::class)
94-
}
95-
}
9688
}
9789

9890
signing {

0 commit comments

Comments
 (0)