Skip to content
Snippets Groups Projects
Verified Commit 0311d567 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

build: fix issue with sonatype url

parent 4b07f474
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,10 @@ val canSign = project.properties.keys ...@@ -8,7 +8,10 @@ val canSign = project.properties.keys
if (canSign) { if (canSign) {
nexusPublishing { nexusPublishing {
repositories { repositories {
sonatype() sonatype {
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
}
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment