mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Change gradle project name to corda-project.
This commit is contained in:
parent
88c038e7ed
commit
4c8e80f668
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user