corda/settings.gradle

14 lines
470 B
Groovy
Raw Normal View History

rootProject.name = 'r3prototyping'
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'
include 'gradle-plugins:quasar-utils'
include 'gradle-plugins:publish-utils'
include 'gradle-plugins:cordformation'
include 'docs/source/example-code' // Note that we are deliberately choosing to use '/' here. With ':' gradle would treat the directories as actual projects.