2016-11-21 15:11:24 +00: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 16:57:41 +00:00
include 'core'
2017-02-16 11:02:36 +00:00
include 'node-schemas'
2016-06-22 13:02:50 +00:00
include 'node'
2016-12-06 15:25:38 +00:00
include 'node:capsule'
2016-08-26 13:29:25 +00:00
include 'client'
2016-06-22 13:02:50 +00:00
include 'experimental'
2016-11-29 10:59:00 +00:00
include 'experimental:sandbox'
2016-07-14 12:47:31 +00:00
include 'test-utils'
2016-11-04 11:20:02 +00:00
include 'tools:explorer'
2016-10-17 16:50:33 +00: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 11:03:40 +00:00
include 'samples:attachment-demo'
include 'samples:trader-demo'
include 'samples:irs-demo'
include 'samples:network-visualiser'
2016-11-22 18:09:56 +00:00
include 'samples:simm-valuation-demo'
2016-11-18 17:51:12 +00:00
include 'samples:raft-notary-demo'
2017-02-16 11:02:36 +00:00
include 'samples:bank-of-corda-demo'