Skip to content

Commit 51d5aca

Browse files
committed
Use warn level for community build
1 parent bfe4410 commit 51d5aca

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
@@ -118,7 +118,7 @@ final case class SbtCommunityProject(
118118
scalacOptions.map("\"" + _ + "\"").mkString("List(", ",", ")")
119119

120120
private val baseCommand =
121-
"clean; set Global/logLevel := Level.Error; set Global/updateOptions ~= (_.withLatestSnapshots(false)); "
121+
"clean; set Global/logLevel := Level.Warning; set Global/updateOptions ~= (_.withLatestSnapshots(false)); "
122122
++ (if scalacOptions.isEmpty then "" else s"""set Global/scalacOptions ++= $scalacOptionsString;""")
123123
++ s"++$compilerVersion!; "
124124

0 commit comments

Comments
 (0)