From 19e78101aa0ecddeba620afee44002901ad8cc01 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Fri, 17 Nov 2023 13:21:50 +0100 Subject: [PATCH] Do not show warnings when compiling the Scala 2 library We currently have 2305 warnings. Most of them are syntax migration warnings. --- project/Build.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/project/Build.scala b/project/Build.scala index 7066deb8f7c2..745ae4613e10 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -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 +=