Skip to content

Commit

Permalink
Remove publishArtifact := false
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Mar 17, 2022
1 parent 50e055f commit c7d37b4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ developers += Developer(
organizationName := "Lightbend Inc."
startYear := Some(2018)

// no API docs
Compile / doc / sources := Seq.empty
Compile / packageDoc / publishArtifact := false

enablePlugins(AutomateHeaderPlugin)

ThisBuild / githubWorkflowTargetTags ++= Seq("v*")
Expand All @@ -62,8 +58,7 @@ ThisBuild / publishMavenStyle := true
ThisBuild / publishTo := sonatypePublishTo.value
ThisBuild / test / publishArtifact := false
ThisBuild / pomIncludeRepository := (_ => false)
ThisBuild / Compile / doc / sources := Seq() // See https://github.com/xerial/sbt-sonatype/issues/30#issuecomment-342532067
sonatypeProfileName := "com.lightbend"
sonatypeProfileName := "com.lightbend"

ThisBuild / githubWorkflowJavaVersions := List(
JavaSpec.temurin("8"),
Expand Down

0 comments on commit c7d37b4

Please sign in to comment.