Skip to content

Commit

Permalink
x in Test -> Test / x
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-butcher committed Jan 6, 2025
1 parent 0416e28 commit a5b47e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ object Common {
"-feature",
"-language:postfixOps"
),
parallelExecution in Test := false,
Test / parallelExecution := false,
publishMavenStyle := true,
credentials += Credentials(Path.userHome / ".sbt" / "sonatype.credentials"),
sonatypeCredentialHost := "central.sonatype.com",
sonatypeRepository := "https://central.sonatype.com/service/local",
licenses := Seq("MIT" -> url("https://github.com/wellcomecollection/scala-libs/blob/main/LICENSE")),
publishTo := sonatypePublishToBundle.value,
publishArtifact in Test := true,
Test / publishArtifact := true,
// Don't build scaladocs
// https://www.scala-sbt.org/sbt-native-packager/formats/universal.html#skip-packagedoc-task-on-stage
mappings in (Compile, packageDoc) := Nil,
Expand Down

0 comments on commit a5b47e3

Please sign in to comment.