mirror of
https://github.com/corda/corda.git
synced 2025-01-14 00:39:57 +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 'network-management'
|
||||
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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user