Skip to content

Commit

Permalink
plugins.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Dec 26, 2021
1 parent bdf6484 commit 9ac786b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Expand Up @@ -20,10 +20,6 @@ ScoverageKeys.coverageMinimumStmtTotal := 77.0

ScoverageKeys.coverageFailOnMinimum := true

releaseCrossBuild := true

releasePublishArtifactsAction := PgpKeys.publishSigned.value

publishMavenStyle := true

licenses += ("MIT", url("http://opensource.org/licenses/MIT"))
Expand All @@ -38,7 +34,7 @@ publishTo := {
Some("releases" at nexus + "service/local/staging/deploy/maven2")
}

publishArtifact in Test := false
Test / publishArtifact := false

pomIncludeRepository := { _ => false }

Expand Down
5 changes: 2 additions & 3 deletions project/build.sbt → project/plugins.sbt
@@ -1,7 +1,6 @@
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "1.9.2")

addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.3.1")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")

0 comments on commit 9ac786b

Please sign in to comment.