Skip to content

Commit

Permalink
Remove MUnit test report generation plugin from our own docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Apr 5, 2021
1 parent 88db5a7 commit 7ca11f5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 213 deletions.
9 changes: 1 addition & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -294,20 +294,13 @@ lazy val testsNative = tests.native
lazy val docs = project
.in(file("munit-docs"))
.dependsOn(munitJVM, munitScalacheckJVM)
.enablePlugins(MdocPlugin, MUnitReportPlugin, DocusaurusPlugin)
.enablePlugins(MdocPlugin, DocusaurusPlugin)
.disablePlugins(MimaPlugin)
.settings(
sharedSettings,
moduleName := "munit-docs",
crossScalaVersions := List(scala213, scala212),
Compile / unmanagedSources +=
(plugin / Compile / sourceDirectory).value / "scala" / "munit" / "sbtmunit" / "MUnitTestReport.scala",
libraryDependencies ++= List(
"org.scala-lang.modules" %% "scala-xml" % "2.0.0-RC1",
gcp
),
test := {},
munitRepository := Some("scalameta/munit"),
mdocOut :=
(ThisBuild / baseDirectory).value / "website" / "target" / "docs",
mdocExtraArguments := List("--no-link-hygiene"),
Expand Down

This file was deleted.

200 changes: 0 additions & 200 deletions munit-docs/src/main/scala/docs/MUnitModifier.scala

This file was deleted.

4 changes: 0 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")

libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.13"

unmanagedSourceDirectories.in(Compile) +=
baseDirectory.in(ThisBuild).value.getParentFile /
"munit-sbt" / "src" / "main" / "scala"

0 comments on commit 7ca11f5

Please sign in to comment.