Skip to content

Commit

Permalink
Enable fatal warnings for jUnit async projects
Browse files Browse the repository at this point in the history
  • Loading branch information
gzm0 committed Sep 28, 2021
1 parent ccd8cf0 commit d942464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,7 @@ object Build {
MyScalaJSPlugin
).withScalaJSCompiler.settings(
commonSettings,
fatalWarningsSettings,
name := "Scala.js internal JUnit async JS support",
publishArtifact in Compile := false
).dependsOn(library)
Expand All @@ -1671,6 +1672,7 @@ object Build {
id = "jUnitAsyncJVM", base = file("junit-async/jvm")
).settings(
commonSettings,
fatalWarningsSettings,
name := "Scala.js internal JUnit async JVM support",
publishArtifact in Compile := false
)
Expand Down

0 comments on commit d942464

Please sign in to comment.