Skip to content

Commit 06ec843

Browse files
committed
Suppress warnings in community build
It is changed in the following PR for statistics: #7207
1 parent efc9edb commit 06ec843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ final case class SbtCommunityProject(
150150
)
151151

152152
private val baseCommand =
153-
"clean; set updateOptions in Global ~= (_.withLatestSnapshots(false)); "
153+
"clean; set logLevel in Global := Level.Error; set updateOptions in Global ~= (_.withLatestSnapshots(false)); "
154154
++ s"""set dependencyOverrides in ThisBuild ++= ${dependencyOverrides.mkString("Seq(", ", ", ")")}; """
155155
++ s"++$compilerVersion!; "
156156

0 commit comments

Comments
 (0)