corda/gradle-plugins/settings.gradle
Clinton 08cbcac40c Corda publications and JARs now have cord or corda at the start. (#749)
Core corda publications and JARs now have cord or corda at the start (excluding gradle plugins). Removed an unnecessary dependency on test-utils in node-schemas to prevent an evaluation order bug in gradle.
2017-06-06 15:05:47 +01:00

7 lines
256 B
Groovy

rootProject.name = 'corda-gradle-plugins'
include 'publish-utils'
include 'quasar-utils'
include 'cordformation'
include 'cordform-common'
// TODO: Look into `includeFlat`
project(':cordform-common').projectDir = new File("$settingsDir/../cordform-common")