From e0b5ec1a5c03649a1e863d284f92bd284f211193 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Fri, 29 Dec 2017 12:43:10 -0700 Subject: [PATCH] Add link to #11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 451853c..d40ebf2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A simpler extension point than [`Exec`](https://docs.gradle.org/current/dsl/org. - 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. +:warning: Not compatible with `Exec` tasks yet (see [#11](https://github.com/phatblat/ShellExec/issues/11)), but the current API is very similar. ## Example `build.gradle`