corda/settings.gradle
Patrick Kuo 523c37079e Merged in pat-doorman-status (pull request #27)
Doorman server status

* added doorman server status for monitoring

* minor changes

* Addressed PR issues
    Fixed project dependency after rebased from corda master

Approved-by: Shams Asari <shams.asari@r3.com>
2017-03-23 11:58:39 +00:00

32 lines
1.1 KiB
Groovy

// 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'
include 'node-api'
include 'node-schemas'
include 'node'
include 'node:capsule'
include 'node:webserver'
include 'node:webserver:webcapsule'
include 'client:jackson'
include 'client:jfx'
include 'client:mock'
include 'experimental'
include 'experimental:sandbox'
include 'test-utils'
include 'tools:explorer'
include 'tools:explorer:capsule'
include 'tools:demobench'
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.
include 'samples:attachment-demo'
include 'samples:trader-demo'
include 'samples:irs-demo'
include 'samples:network-visualiser'
include 'samples:simm-valuation-demo'
include 'samples:raft-notary-demo'
include 'samples:bank-of-corda-demo'
include 'doorman'