Skip to content

Commit

Permalink
chore: Don't publish the docs module
Browse files Browse the repository at this point in the history
I merged the update for mdoc, which uses Java 11, but that is needed to publish the website. It seems the normal release tries to publish docs and that breaks because of the mdoc JVM requirement.

This should fix the release.
  • Loading branch information
tgodzik committed Dec 15, 2023
1 parent 565d2ef commit c90e392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ lazy val docs = project
.disablePlugins(MimaPlugin)
.settings(
sharedSettings,
publish / skip := true,
moduleName := "munit-docs",
crossScalaVersions := List(scala213, scala212),
test := {},
Expand Down

0 comments on commit c90e392

Please sign in to comment.