Skip to content
Derek Battams edited this page Mar 14, 2015 · 1 revision

Prereqs

  • JDK 7

Grab Source

Either clone the repository or grab an archive of the source and decompress somewhere on your system with the JDK.

Command

From the root directory (containing the build.gradle file), run:

gradlew clean test distZip
              |    |
              |    Generates a zip file, use distTar to generate a compressed tar instead
              |
              Optional, runs the unit tests prior to packaging

Output

After a successful build, the app package will be located under build/distributions/

Head over to the usage wiki for details on how to install and run the grabber.

Clone this wiki locally