Skip to content

Commit

Permalink
Remove repository overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Oct 16, 2024
1 parent 70d9fa7 commit f59c6ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ lazy val commonSettings = Seq(

publishTo := sonatypePublishToBundle.value,

sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
publishMavenStyle := true,
Test / publishArtifact := false,
pomIncludeRepository := { _ => false },
Expand All @@ -163,8 +162,6 @@ lazy val commonSettings = Seq(
// format: on
)

ThisBuild / sonatypeCredentialHost := sonatypeCentralHost

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

0 comments on commit f59c6ad

Please sign in to comment.