From f50315b12a3a3397a0ea87a25fff7002b797ce0c Mon Sep 17 00:00:00 2001 From: Stefano Franz Date: Wed, 13 Jun 2018 15:53:51 +0100 Subject: [PATCH] rename enterprise project --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index e96990ff52..af0467eb34 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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'