mirror of
https://github.com/corda/corda.git
synced 2024-12-26 16:11:12 +00:00
3a14ae89c0
* Api scanner backport and update of api-current.txt * Updated api-current based on current state of release branch * Update to most recent version of api scanner * Fix a couple of issues with the merge and regenerate the api file with the most recent version of the scanner. * Update changelog/release notes
8 lines
212 B
Groovy
8 lines
212 B
Groovy
rootProject.name = 'corda-gradle-plugins'
|
|
include 'publish-utils'
|
|
include 'quasar-utils'
|
|
include 'cordformation'
|
|
include 'cordform-common'
|
|
include 'api-scanner'
|
|
include 'api-scanner:annotations'
|
|
include 'cordapp' |