mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
11 lines
222 B
Groovy
11 lines
222 B
Groovy
rootProject.name = 'r3prototyping'
|
|
include 'contracts'
|
|
include 'contracts:isolated'
|
|
include 'core'
|
|
include 'node'
|
|
include 'client'
|
|
include 'experimental'
|
|
include 'test-utils'
|
|
include 'network-simulator'
|
|
include 'explorer'
|