From f392370f735ae8cdd7405bda660de717ea1f6a82 Mon Sep 17 00:00:00 2001 From: Christopher Dancy Date: Wed, 15 Jun 2016 17:59:50 -0400 Subject: [PATCH] Documentation: add gradle-etcd-rest-plugin to libraries-and-tools.md Add link to the gradle-etcd-rest-plugin client under the 'Gradle plugins' sub-section. Fixes #5681 --- Documentation/libraries-and-tools.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 9dcb9fe8b..5ceb29f86 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -93,6 +93,10 @@ - [efrecon/etcd-tcl](https://github.com/efrecon/etcd-tcl) - Supports v2, except wait. +**Gradle Plugins** + +- [gradle-etcd-rest-plugin](https://github.com/cdancy/gradle-etcd-rest-plugin) - Supports v2 + **Chef Integration** - [coderanger/etcd-chef](https://github.com/coderanger/etcd-chef)