mirror of
https://github.com/corda/corda.git
synced 2024-12-21 22:07:55 +00:00
60a4bcba5b
* CORDA-941 Add Network Parameters contract implementation Whitelist * CORDA-941 fix merge * CORDA-941 added uploader support to Attachments and added check into the AttachmentClassloader to only allow loading attachments that were uploaded from the local cordapps folder * CORDA-941 update api spec * CORDA-941 address some code review changes and fix and add classloader test * CORDA-941 fix test * CORDA-941 address code review comments * CORDA-941 address code review comments - use and update existing whitelist * CORDA-941 address code review comments * CORDA-941 fix compile error * CORDA-941 address code review comments * CORDA-941 removed: whitelistAllContractsForTest * CORDA-941 removed: whitelistAllContractsForTest * CORDA-941 add comment * CORDA-941 remove toLedgerTransaction * CORDA-941 add warning when node not using latest CorDapp * CORDA-941 remove the stubbing approach for cleaning LedgerTransaction * CORDA-941 Code review changes * CORDA-941 Fix merge * CORDA-941 workaround for api scanner bug * Fixed JacksonSupportTest. |
||
---|---|---|
.. | ||
api-scanner | ||
cordapp | ||
cordform-common | ||
cordformation | ||
publish-utils | ||
quasar-utils | ||
build.gradle | ||
README.rst | ||
settings.gradle |
Gradle Plugins for Cordapps
The projects at this level of the project are gradle plugins for cordapps and are published to Maven Local with the rest of the Corda libraries.
Note
Some of the plugins here are duplicated with the ones in buildSrc. While the duplication is unwanted any currently known solution (such as publishing from buildSrc or setting up a separate project/repo) would introduce a two step build which is less convenient.
Version number
To modify the version number edit constants.properties in root dir
Installing
If you need to bootstrap the corda repository you can install these plugins with
cd publish-utils
../../gradlew -u install
cd ../
../gradlew install