Skip to content

Commit

Permalink
Fix oss settings for all artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jan 14, 2025
1 parent 45e75c3 commit f3059d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ val compileScoped =
val testScoped =
inputKey[Unit](s"Run tests in the given scope. Usage: testScoped [scala version] [platform]. $scopesDescription")

val commonSettings = commonSmlBuildSettings ++ Seq(
val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
organization := "com.softwaremill.sttp.client4",
ideSkipProject := (scalaVersion.value != ideScalaVersion)
|| thisProjectRef.value.project.contains("JS") || thisProjectRef.value.project.contains("Native"),
Expand Down Expand Up @@ -266,7 +266,6 @@ def filterByVersionAndPlatform(scalaVersionFilter: String, platformFilter: Strin

lazy val rootProject = (project in file("."))
.settings(commonSettings)
.settings(ossPublishSettings)
.settings(
publish / skip := true,
name := "sttp",
Expand Down

0 comments on commit f3059d3

Please sign in to comment.