Change gradle project name to corda-project.

This commit is contained in:
Mike Hearn 2016-11-21 16:11:24 +01:00
parent 88c038e7ed
commit 4c8e80f668

View File

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