Skip to content

Commit eb9d54b

Browse files
committed
publishing process change due to OSSRH sunset
1 parent 283da43 commit eb9d54b

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,6 @@ publishing {
5555
}
5656
}
5757
}
58-
repositories {
59-
maven {
60-
name = "Nexus"
61-
url = uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
62-
credentials {
63-
val nexusUser: String? by project
64-
val nexusPassword: String? by project
65-
username = nexusUser
66-
password = nexusPassword
67-
}
68-
}
69-
}
7058
}
7159

7260
signing {

0 commit comments

Comments
 (0)