Skip to content

Commit

Permalink
Fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
lwronski committed Mar 14, 2022
1 parent 0777ff6 commit cdc3370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ final case class SimpleScalaCompiler(
args,
logger,
cwd = Some(project.workspace)
)
).waitFor()

res == 0
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ object Package extends ScalaCommand[PackageOptions] {
args,
logger,
cwd = Some(build.inputs.workspace)
)
).waitFor()
if (retCode == 0)
libraryJar(build, hasActualManifest = false, contentDirOverride = Some(destDir))
else
Expand Down

0 comments on commit cdc3370

Please sign in to comment.