mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
c8d71a96f5
* Raft notary demo now defined in one place that both IntelliJ/driver and gradle/runnodes can run * New module cordform-common for code common to cordformation and corda * Add single notary demo
7 lines
224 B
Groovy
7 lines
224 B
Groovy
rootProject.name = 'corda-gradle-plugins'
|
|
include 'publish-utils'
|
|
include 'quasar-utils'
|
|
include 'cordformation'
|
|
include 'cordform-common'
|
|
project(':cordform-common').projectDir = new File("$settingsDir/../cordform-common")
|