Skip to content

Commit

Permalink
Add README, with instructions for building executable jar
Browse files Browse the repository at this point in the history
  • Loading branch information
johnflavin committed May 11, 2017
1 parent 17c5492 commit 36df7e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 36df7e1

Please sign in to comment.