corda/settings.gradle

15 lines
373 B
Groovy
Raw Normal View History

rootProject.name = 'r3prototyping'
include 'contracts'
include 'contracts: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 'network-simulator'
include 'explorer'
include 'gradle-plugins:quasar-utils'
include 'gradle-plugins:publish-utils'
include 'gradle-plugins:cordformation'
include 'docs/source/example-code'