Merge pull request #991 from corda/change_project_name

rename enterprise project
This commit is contained in:
Stefano Franz 2018-06-28 11:59:35 +01:00 committed by GitHub
commit 83abc053a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
// The project is named 'corda-project' and not 'corda' because if this is named the same as the
// output JAR from the capsule then the buildCordaJAR task goes into an infinite loop.
rootProject.name = 'corda-project'
rootProject.name = 'corda-enterprise'
include 'confidential-identities'
include 'finance'
include 'finance:isolated'