Skip to content

Commit

Permalink
fix: Prevents succesful builds with bad dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-lobo committed Apr 16, 2024
1 parent 9c5182d commit 774102c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class ShadowCopyAction implements CopyAction {
e.cause.message, documentationRegistry.getDslRefForProperty(Zip, "zip64"))
)
}
throw e
}
return WorkResults.didWork(true)
}
Expand Down

0 comments on commit 774102c

Please sign in to comment.