Skip to content

Commit

Permalink
No fatal warnings in docs for Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Aug 3, 2023
1 parent 27c7bba commit 418aeaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1027,4 +1027,8 @@ lazy val stressTests = project
)
.enablePlugins(NoPublishPlugin, JCStressPlugin)

lazy val docs = project.in(file("site-docs")).dependsOn(core.jvm).enablePlugins(MdocPlugin)
lazy val docs = project
.in(file("site-docs"))
.dependsOn(core.jvm)
.enablePlugins(MdocPlugin)
.settings(tlFatalWarnings := { if (tlIsScala3.value) false else tlFatalWarnings.value })

0 comments on commit 418aeaf

Please sign in to comment.