mirror of
https://github.com/corda/corda.git
synced 2025-01-15 01:10:33 +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
|
network-management/capsule/build/libs/doorman-<version>.jar
|
||||||
```
|
```
|
||||||
## HSM signing server
|
## 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
|
./gradlew network-management:capsule-hsm:buildHsmJAR
|
||||||
```
|
```
|
||||||
|
@ -201,7 +201,7 @@ dependencies {
|
|||||||
if (DB_PROVIDER != null) {
|
if (DB_PROVIDER != null) {
|
||||||
final driverDependency = jdbcRuntimeDependency[DB_PROVIDER]
|
final driverDependency = jdbcRuntimeDependency[DB_PROVIDER]
|
||||||
if (driverDependency != null) {
|
if (driverDependency != null) {
|
||||||
integrationTestRuntimeOnly driverDependency
|
runtime driverDependency
|
||||||
} else {
|
} else {
|
||||||
throw new GradleException('Unsupported DB provider: ' + DB_PROVIDER)
|
throw new GradleException('Unsupported DB provider: ' + DB_PROVIDER)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user