Skip to content

Commit

Permalink
Publish via s01.oss.sonatype.org
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Oct 30, 2023
1 parent a40f279 commit aaf3c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def publishSonatype(tasks: mill.main.Tasks[PublishModule.PublishData]) =
set.head
}
val publisher = new scalalib.publish.SonatypePublisher(
uri = "https://oss.sonatype.org/service/local",
snapshotUri = "https://oss.sonatype.org/content/repositories/snapshots",
uri = "https://s01.oss.sonatype.org/service/local",
snapshotUri = "https://s01.oss.sonatype.org/content/repositories/snapshots",
credentials = credentials,
signed = true,
gpgArgs = Seq(
Expand Down

0 comments on commit aaf3c21

Please sign in to comment.