diff --git a/settings.gradle b/settings.gradle index 4528f85bcc..8683f007f8 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'