mirror of
https://github.com/corda/corda.git
synced 2025-03-18 10:05:28 +00:00
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.
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.