[
https://issues.apache.org/jira/browse/GROOVY-8450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18064006#comment-18064006
]
Paul King commented on GROOVY-8450:
-----------------------------------
This has been addressed in the PR for GROOVY-11871 (yet to be merged).
> Make `grape install` set non-zero exit status on failure
> --------------------------------------------------------
>
> Key: GROOVY-8450
> URL: https://issues.apache.org/jira/browse/GROOVY-8450
> Project: Groovy
> Issue Type: Improvement
> Components: Grape
> Affects Versions: 2.4.8, 2.5.0-beta-2
> Reporter: Allan Lewis
> Priority: Minor
>
> When {{grape install}} can't find a module, it reports an error as follows:
> {noformat}
> $ grape install foo bar
> ...
> :: problems summary ::
> :::: WARNINGS
> module not found: foo#bar;latest.default
> ...{noformat}
> However, it nevertheless exits with status 0: surely it would be better to
> exit non-zero in this scenario?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)