2016-11-21 16:11:24 +01:00
// 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'
2016-11-04 10:28:42 +00:00
include 'finance'
include 'finance:isolated'
2016-05-14 17:57:41 +01:00
include 'core'
2016-06-22 15:02:50 +02:00
include 'node'
2016-08-26 14:29:25 +01:00
include 'client'
2016-06-22 15:02:50 +02:00
include 'experimental'
2016-07-14 13:47:31 +01:00
include 'test-utils'
2016-11-04 11:20:02 +00:00
include 'tools:explorer'
2016-10-17 17:50:33 +01:00
include 'tools:loadtest'
2016-11-10 12:21:28 +00:00
include 'docs/source/example-code' // Note that we are deliberately choosing to use '/' here. With ':' gradle would treat the directories as actual projects.
2016-11-17 12:03:40 +01:00
include 'samples:attachment-demo'
include 'samples:trader-demo'
include 'samples:irs-demo'
include 'samples:network-visualiser'
include 'samples:simm-valuation-demo'