mirror of
https://github.com/corda/corda.git
synced 2025-01-14 16:59:52 +00:00
Merge branch 'master' into shams-os-merge-250118
This commit is contained in:
commit
881379b889
@ -12,7 +12,7 @@ The built file will appear in:
|
||||
network-management/capsule/build/libs/doorman-<version>.jar
|
||||
```
|
||||
## HSM signing server
|
||||
To build a fat jar containing all the HSM signer code you can simply invoke:
|
||||
To build a fat jar containing all the HSM signing server code you can simply invoke:
|
||||
```
|
||||
./gradlew network-management:capsule-hsm:buildHsmJAR
|
||||
```
|
||||
|
@ -201,7 +201,7 @@ dependencies {
|
||||
if (DB_PROVIDER != null) {
|
||||
final driverDependency = jdbcRuntimeDependency[DB_PROVIDER]
|
||||
if (driverDependency != null) {
|
||||
integrationTestRuntimeOnly driverDependency
|
||||
runtime driverDependency
|
||||
} else {
|
||||
throw new GradleException('Unsupported DB provider: ' + DB_PROVIDER)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user