From 36df7e106cf56e4c2ffeee6b1effc62a66d817e0 Mon Sep 17 00:00:00 2001 From: John Flavin Date: Thu, 11 May 2017 13:49:29 -0500 Subject: [PATCH] Add README, with instructions for building executable jar --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..adb1487 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# pipeline-qcimagecreator +Source for QcImageCreator, which is used by PUP to create snapshots. + +Build an executable jar by running + +```bash +$ ./gradlew shadowJar +```