📅  最后修改于: 2020-12-26 13:55:58             🧑  作者: Mango
此任务用于停止当前构建并引发BuildException。它从当前版本退出,并向控制台显示异常消息。
message属性用于将异常消息设置为此元素。
Attribute | Description | Required |
---|---|---|
message | A message to show the reason of fail. | No |
if | Only fail if a property exists in current directory. | No |
unless | Only fail if a property doesn’t exist in the current project | No |
让我们来看一些下面给出的“蚂蚁失败任务”示例。
没有消息
也设定讯息
使用除非
输出:
fail:
BUILD FAILED
unless=it is unless message