Skip to content

Commit

Permalink
Fix scala-cli builds
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Mar 1, 2024
1 parent 0592f6d commit e818069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-builder/scala-cli/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class CliTaskEvaluator(scalaVersion: String, repositoryDir: String, mavenRepoURL
mavenRepoURL.map(s"--repository=" + _).toList,
extraLibraryDependencies
)
.call(check = false, stdout = os.Inherit, stderr = os.Inherit)
.call(check = false, stdout = os.Inherit, stderr = os.Pipe)
val result = proc.exitCode
val tookMillis = (System.currentTimeMillis() - evalStart).toInt
def nullT = null.asInstanceOf[T]
Expand Down

0 comments on commit e818069

Please sign in to comment.