mirror of
https://github.com/corda/corda.git
synced 2025-02-14 14:42:32 +00: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.