Skip to content

Commit

Permalink
Clean up old publish info
Browse files Browse the repository at this point in the history
  • Loading branch information
scullxbones committed Sep 30, 2023
1 parent 44c27f2 commit c726ff3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,10 @@ val commonSettings = Seq(
"Typesafe Snapshots" at "https://repo.typesafe.com/typesafe/snapshots/",
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
),
parallelExecution in Test := false,
testOptions in Test += Tests.Argument("-oDS"),
testOptions in Ci += Tests.Argument("-l", "org.scalatest.tags.Slow"),
fork in Test := false,
publishTo := sonatypePublishTo.value,
publishConfiguration := publishConfiguration.value.withOverwrite(true),
publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true)
Test / parallelExecution := false,
Test / testOptions += Tests.Argument("-oDS"),
Ci / testOptions += Tests.Argument("-l", "org.scalatest.tags.Slow"),
Test / fork := false,
) ++ inConfig(Ci)(Defaults.testTasks)

lazy val `akka-persistence-mongo-common` = (project in file("common"))
Expand Down

0 comments on commit c726ff3

Please sign in to comment.