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:
Chris Rankin 2017-11-08 12:29:38 +00:00 committed by GitHub
parent fd94732261
commit 148152ba40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'