mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
08cbcac40c
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.
7 lines
256 B
Groovy
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") |