mirror of
https://github.com/corda/corda.git
synced 2025-01-15 01:10:33 +00:00
Fix Gradle warning for SGX hsm-tool project. (#95)
* Fix Gradle warning for SGX hsm-tool project. * Prefix project name with "sgx-".
This commit is contained in:
parent
fd94732261
commit
148152ba40
@ -47,6 +47,10 @@ include 'samples:bank-of-corda-demo'
|
|||||||
include 'cordform-common'
|
include 'cordform-common'
|
||||||
include 'network-management'
|
include 'network-management'
|
||||||
include 'verify-enclave'
|
include 'verify-enclave'
|
||||||
include 'sgx-jvm/hsm-tool'
|
include 'hsm-tool'
|
||||||
|
project(':hsm-tool').with {
|
||||||
|
name = 'sgx-hsm-tool'
|
||||||
|
projectDir = file("$settingsDir/sgx-jvm/hsm-tool")
|
||||||
|
}
|
||||||
include 'perftestcordapp'
|
include 'perftestcordapp'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user