corda/gradle-plugins
2018-02-20 13:26:31 +00:00
..
api-scanner Revert "Removed gradle plugins from repo to ensure plugins are never changed in R3 corda" 2018-01-26 16:06:46 +00:00
cordapp Revert "Removed gradle plugins from repo to ensure plugins are never changed in R3 corda" 2018-01-26 16:06:46 +00:00
cordform-common Docker system (end-to-end) test (#2437) 2018-02-05 11:42:20 +00:00
cordformation Merge commit 'fa4b5d16ba6249f85b50851c2f52dc697eebdee6' into aslemmer-merge-19-Feb 2018-02-20 13:26:31 +00:00
publish-utils Added documentation and extra logging to publish tasks (#2427) 2018-01-31 20:56:25 +00:00
quasar-utils Revert "Removed gradle plugins from repo to ensure plugins are never changed in R3 corda" 2018-01-26 16:06:46 +00:00
build.gradle Docker system (end-to-end) test (#2437) 2018-02-05 11:42:20 +00:00
README.rst Revert "Removed gradle plugins from repo to ensure plugins are never changed in R3 corda" 2018-01-26 16:06:46 +00:00
settings.gradle Revert "Removed gradle plugins from repo to ensure plugins are never changed in R3 corda" 2018-01-26 16:06:46 +00:00

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