mirror of
https://github.com/corda/corda.git
synced 2024-12-29 01:08:57 +00:00
523a6db0b9
ENT-990 Make doorman read an initial set of Network parameters from disk at start-up time
8 lines
304 B
Markdown
8 lines
304 B
Markdown
The Doorman source code is located under `network-management/src`
|
|
|
|
To build a fat jar containing all the doorman code you can simply invoke
|
|
.. sourcecode:: bash
|
|
./gradlew network-management:buildDoormanJAR
|
|
|
|
The built file will appear in
|
|
``network-management/build/libs/doorman-<VERSION>-capsule.jar`` |