diff --git a/README.md b/README.md index 9228d767246c4f6dd0bb724032f9737e0f823ce8..521b5cb16edc4bebc0793779dbb3437765397fdc 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.