mirror of
https://github.com/corda/corda.git
synced 2025-02-19 00:51:35 +00:00
5 lines
294 B
Markdown
5 lines
294 B
Markdown
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. |