Skip to content

Commit

Permalink
Set sonatype credential host to sonatype central
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Oct 16, 2024
1 parent caf7274 commit 70d9fa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import ReleaseTransformations._
import spray.boilerplate.BoilerplatePlugin
import xerial.sbt.Sonatype.sonatypeCentralHost

ThisBuild / organization := "com.velocidi"

Expand Down Expand Up @@ -162,7 +163,7 @@ lazy val commonSettings = Seq(
// format: on
)

ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost

releaseCrossBuild := true
releaseTagComment := s"Release ${(ThisBuild / version).value}"
Expand Down

0 comments on commit 70d9fa7

Please sign in to comment.