From b29ecde28dbd4a13aa49c1ad9b48053023f4dba9 Mon Sep 17 00:00:00 2001
From: vforchi <vforchi@eso.org>
Date: Thu, 9 Feb 2017 09:37:43 +0100
Subject: [PATCH] added gradle doc

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 9228d76..521b5cb 100644
--- a/README.md
+++ b/README.md
@@ -85,3 +85,7 @@ All of these ANT scripts have the following main targets:
 * `buildLibAndSrc`: same as `buildLib` + building of a JAR file containing all the sources and the required libraries.
 * `buildJavadoc`: generate a JAR containing the Javadoc of the target library's classes.
 * `buildAll`: equivalent of `buildLibAndSrc` and `buildJavadoc` together. The result is 3 JARs: one with the compiled classes, one with the corresponding sources and the last one with the Javadoc.
+
+### Gradle build
+The code can be built with Gradle, either as a jar file to be included in other projects 
+or as a war file to be deployed in Tomcat.
-- 
GitLab