From d0e7673658a006e5d741e185f06dada4102aa999 Mon Sep 17 00:00:00 2001 From: nry <nicolas.ronceray@kereval.com> Date: Thu, 22 Jun 2023 17:16:27 +0200 Subject: [PATCH] added README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cbd35aa --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Gazelle TM Tools + +>:warning: **Disclaimer:** +This is an internal component of the Gazelle Test Management project, it should not be used elsewhere. + +## Build and tests + +The project must be build using JDK-8 and run on a JDK-7 environment. + +```shell +mvn clean install +``` \ No newline at end of file -- GitLab