Skip to content

Commit 5bb6f0d

Browse files
Do not show warnings when compiling the Scala 2 library (#18954)
We currently have 2305 warnings. Most of them are syntax migration warnings.
2 parents 06c925b + 19e7810 commit 5bb6f0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,7 @@ object Build {
10131013
Compile / doc / scalacOptions += "-Ydocument-synthetic-types",
10141014
scalacOptions += "-Ycompile-scala2-library",
10151015
scalacOptions -= "-Xfatal-warnings",
1016+
Compile / compile / logLevel := Level.Error,
10161017
ivyConfigurations += SourceDeps.hide,
10171018
transitiveClassifiers := Seq("sources"),
10181019
libraryDependencies +=

0 commit comments

Comments
 (0)