Skip to content

Commit 0ad0dc8

Browse files
authored
Merge pull request #10725 from dotty-staging/fix-cb
Suppress warnings in community build
2 parents b00e15c + 06ec843 commit 0ad0dc8

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)