Skip to content

Commit

Permalink
Add Exec compatibility caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Dec 29, 2017
1 parent 41fa409 commit 20659d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ A simpler extension point than [`Exec`](https://docs.gradle.org/current/dsl/org.

## Features

- Specify entire command line in one string (instead of `List<CharSequence>`).
- Specify entire `command` line in one string (instead of `List<CharSequence>`).
- Append/prepend to the current `PATH`.
- Execute a `command | pipe` or `conditional && command || chain`.
- Easy access to `stdout` and `stderr`.

:warning: Not compatible with Exec tasks yet (#11), but the API is very similar.

## Example `build.gradle`

```gradle
Expand Down

0 comments on commit 20659d7

Please sign in to comment.