Skip to content

Commit

Permalink
Remove verbosity flag from scala-cli build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Jul 17, 2023
1 parent c87a2be commit eac87d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project-builder/scala-cli/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ class CliTaskEvaluator(scalaVersion: String, repositoryDir: String, mavenRepoURL
"--scalac-option=-J-Xss10M",
"--scalac-option=-J-Xmx=7G",
"--scalac-option=-J-Xms=4G",
mavenRepoURL.map(s"--repository=" + _).getOrElse(""),
"-v"
mavenRepoURL.map(s"--repository=" + _).getOrElse("")
)
.call(check = false, stderr = os.Pipe)
val result = proc.exitCode
Expand Down

0 comments on commit eac87d8

Please sign in to comment.