Skip to content

Commit

Permalink
@armanbilge: we don't publish to the legacy host
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Sep 7, 2024
1 parent 873c854 commit 7ce6365
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions core/src/main/scala/org/http4s/sbt/Http4sOrgPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import org.typelevel.sbt.gha._
import sbt.Keys._
import sbt._
import scalafix.sbt.ScalafixPlugin.autoImport._
import xerial.sbt.Sonatype.autoImport._

import ExplicitDepsPlugin.autoImport._
import GenerativeKeys._
Expand All @@ -34,7 +33,7 @@ object Http4sOrgPlugin extends AutoPlugin {
override def requires = TypelevelPlugin && TypelevelScalafixPlugin && ExplicitDepsPlugin

override def buildSettings =
publishSettings ++ organizationSettings ++ githubActionsSettings ++ scalafixSettings
organizationSettings ++ githubActionsSettings ++ scalafixSettings

override def projectSettings = explicitDepsSettings

Expand All @@ -43,11 +42,6 @@ object Http4sOrgPlugin extends AutoPlugin {
.enablePlugins(NoPublishPlugin)
)

lazy val publishSettings: Seq[Setting[_]] =
Seq(
ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeLegacy
)

lazy val organizationSettings: Seq[Setting[_]] =
Seq(
organization := "org.http4s",
Expand Down

0 comments on commit 7ce6365

Please sign in to comment.