From 4c8e80f668c9ace3508e6268783064df7167fac0 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Mon, 21 Nov 2016 16:11:24 +0100 Subject: [PATCH] Change gradle project name to corda-project. --- settings.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index d18bb2639b..d845f503f4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,4 +1,6 @@ -rootProject.name = 'r3prototyping' +// 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' include 'finance' include 'finance:isolated' include 'core'