Mike Hearn 8a70cd1ba4 Improve tarball packaging.
1) Fix path bug that breaks tarball build task on Mint Linux
2) Tarballs conventionally contain a single top level directory, to avoid
   extraction dumping things into the current directory unexpectedly.
2018-06-28 12:22:05 +02:00
..
2018-06-28 12:22:05 +02:00

This project adds buildCordaTarball task to Gradle. It prepares distributable tarball with JRE built-in, using javapackager

For now, it packs the whatever JRE is available in the system, but this will get standarised over time.

It requires javapackager to be available in the path.