corda/gradle-plugins
2016-12-06 16:14:06 +00:00
..
cordformation Corda now publishes with updated publish utils. 2016-12-06 16:06:16 +00:00
publish-utils Added documentation and buildscript to allow full bootstrapping without modifying build files. 2016-12-06 16:14:06 +00:00
quasar-utils All gradle plugins can now be published with the publishing plugin. 2016-12-06 16:06:16 +00:00
build.gradle Renamec capsule module to corda. 2016-12-06 16:06:16 +00:00
README.rst Added documentation and buildscript to allow full bootstrapping without modifying build files. 2016-12-06 16:14:06 +00:00
settings.gradle Added more publish utilities for simplifying bintray configuration per project to reduced boilerplate. 2016-12-06 16:06:16 +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.

Installing

If you need to bootstrap the corda repository you can install these plugins with

cd publish-utils
../../gradle install
cd ../
../gradle install