Skip to content

Commit d9a89c3

Browse files
chore: attempt to fix maven publishing
1 parent e8d888b commit d9a89c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-mavencentral.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ afterEvaluate {
101101
}
102102
repositories {
103103
maven {
104-
name = "sonatype"
104+
name = "devjahir"
105105
url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
106106

107107
credentials {

0 commit comments

Comments
 (0)