mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
246ec8766e
* JDK11 built and published artifacts to include classifier. * Added additional non-intuitive gradle dust sprinkled recommended by CR. * Added additional non-intuitive gradle dust sprinkled recommended by CR. * Bump corda gradle plugins version. * Incorporating PR review feedback. * jdk11Classifier |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
README.md |
Standalone Shell
Documentation for the standalone shell can be found here
To build this from the command line on Unix or MacOS:
Run ./gradlew tools:shell-cli:buildShellCli
to create a fat JAR in tools/shell-cli/build/libs
To build this from the command line on Windows:
Run gradlew tools:shell-cli:buildShellCli
to create a fat JAR in tools/shell-cli/build/libs