Skip to content

Commit 3867037

Browse files
committed
Maven publish update (#1035)
* test new publish * remove empty sonatype * test credentials from vault * revert test credentials * revert test namespace
1 parent 6c0afab commit 3867037

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ plugins {
2222

2323
nexusPublishing {
2424
repositories {
25-
sonatype()
25+
sonatype {
26+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
27+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
28+
}
2629
}
2730
}
2831

0 commit comments

Comments
 (0)