Skip to content

Commit

Permalink
Remove sbt-jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed May 4, 2022
1 parent 256cb2e commit ebd02a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ lazy val core = project
(Compile / classDirectory).value,
"play/db/ebean/**"
),
jacocoReportSettings := JacocoReportSettings(
"Jacoco Coverage Report",
None,
JacocoThresholds(),
Seq(JacocoReportFormats.XML),
"utf-8"
),
sonatypeProfileName := "com.typesafe.play"
)

Expand Down
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")

addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.4.0")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
Expand Down

0 comments on commit ebd02a1

Please sign in to comment.