corda/settings.gradle
Matthew Nesbit 988e00099d Capture file moves to separate Node implementation code into its own gradle module and leave only demo code in top level src folders.
I have to temporarily break\disable the IRS demo to which has a circular dependency. Will fix next.
2016-05-14 17:57:41 +01:00

5 lines
113 B
Groovy

rootProject.name = 'r3prototyping'
include 'contracts'
include 'contracts:isolated'
include 'core'
include 'node'