Skip to content

Commit 8c387c3

Browse files
committed
url
1 parent e39c861 commit 8c387c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

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

2323
nexusPublishing {
2424
repositories {
25-
sonatype()
25+
sonatype{
26+
nexusUrl.set(uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/"))
27+
}
2628
}
2729
}
2830

0 commit comments

Comments
 (0)