mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
484cf75420
Added CorDapp gradle plugin written in Kotlin and bumped the version of gradle plugins to 2.0.0 to reflect that this backwards incompatible change is a part of the on going stabilisation of the Corda gradle plugin suite.
7 lines
178 B
Groovy
7 lines
178 B
Groovy
rootProject.name = 'corda-gradle-plugins'
|
|
include 'publish-utils'
|
|
include 'quasar-utils'
|
|
include 'cordformation'
|
|
include 'cordform-common'
|
|
include 'api-scanner'
|
|
include 'cordapp' |