Skip to content

Commit 7c92152

Browse files
oss.sonatype.org changed to centra.sonatype.com
1 parent 45f4cfa commit 7c92152

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ lazy val assemblySettings = Seq(
2929
lazy val publishSettings = Seq(
3030
publishMavenStyle := true,
3131
publishTo := {
32-
val defaultNexusUrl = "https://oss.sonatype.org/"
3332
if (isSnapshot.value)
34-
Some("snapshots" at defaultNexusUrl + "content/repositories/snapshots")
33+
Some("snapshots" at "https://central.sonatype.com/repository/maven-snapshots/")
3534
else {
36-
sonatypePublishToBundle.value
35+
sonatypePublishToBundle.value //todo: full release not tested yet
3736
}
3837
},
3938
Test / publishArtifact := false,

0 commit comments

Comments
 (0)