Skip to content

Commit

Permalink
Do not show warnings when compiling the Scala 2 library (#18954)
Browse files Browse the repository at this point in the history
We currently have 2305 warnings. Most of them are syntax migration
warnings.
  • Loading branch information
nicolasstucki authored Nov 17, 2023
2 parents 06c925b + 19e7810 commit 5bb6f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@ object Build {
Compile / doc / scalacOptions += "-Ydocument-synthetic-types",
scalacOptions += "-Ycompile-scala2-library",
scalacOptions -= "-Xfatal-warnings",
Compile / compile / logLevel := Level.Error,
ivyConfigurations += SourceDeps.hide,
transitiveClassifiers := Seq("sources"),
libraryDependencies +=
Expand Down

0 comments on commit 5bb6f0d

Please sign in to comment.