corda/settings.gradle

18 lines
728 B
Groovy
Raw Normal View History

// 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'
2016-06-22 13:02:50 +00:00
include 'node'
2016-08-26 13:29:25 +00:00
include 'client'
2016-06-22 13:02:50 +00:00
include 'experimental'
include 'test-utils'
include 'tools:explorer'
2016-10-17 16:50:33 +00:00
include 'tools:loadtest'
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'
include 'samples:simm-valuation-demo'