Skip to content

Commit

Permalink
github action release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafafrdz committed Feb 22, 2024
1 parent 5e5bc25 commit 4025c9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ object Build extends AutoPlugin {
ThisBuild / updateOptions := updateOptions.value
.withCachedResolution(cachedResolution = false),
// do not build and publish scaladocs
ThisBuild / Compile / doc / sources := Seq.empty,
ThisBuild / Compile / packageDoc / publishArtifact := false,
ThisBuild / Compile / doc / sources := Seq.empty,
// Remove this one because: https://github.com/sbt/sbt-ci-release/issues/168
// ThisBuild / Compile / packageDoc / publishArtifact := false,
// show full stack traces and test case durations
ThisBuild / Test / testOptions += Tests.Argument("-oDF"),
// -v Log "test run started" / "test started" / "test run finished" events on log level "info" instead of "debug"
Expand Down

0 comments on commit 4025c9a

Please sign in to comment.