Bumped bld to version 1.9.1
This commit is contained in:
parent
2a2c81994a
commit
d5882eca84
6 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
||||
[](https://rife2.com/bld)
|
||||
[](https://rife2.com/bld)
|
||||
[](https://repo.rife2.com/#/releases/com/uwyn/rife2/bld-exec)
|
||||
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-exec)
|
||||
[](https://github.com/rife2/bld-exec/actions/workflows/bld.yml)
|
||||
|
@ -21,9 +21,9 @@ public void startServer() throws Exception {
|
|||
}
|
||||
```
|
||||
|
||||
## Exit Status
|
||||
## Exit Value
|
||||
|
||||
Use the `failOnExit` function to specify whether a command non-zero exit status constitutes a failure.
|
||||
Use the `failOnExit` function to specify whether a command non-zero exit value (status) constitutes a failure.
|
||||
|
||||
```java
|
||||
@BuildCommand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue