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

build: fix issue with sonatype url

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