mirror of
https://github.com/corda/corda.git
synced 2025-02-19 17:08:05 +00:00
294 B
294 B
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.