Expanded the example build.gradle.

This commit is contained in:
Clinton Alexander 2016-10-10 16:34:11 +01:00
parent 578344d610
commit 8816fb35ea

View File

@ -171,9 +171,11 @@ To build against Corda and the plugins that cordapps use, update your build.grad
... other dependencies here ...
}
.. code-block::
... your tasks ...
// Sets the classes for Quasar to scan. Loaded by the the quasar-utils plugin.
quasarScan.dependsOn('classes', ... your dependent subprojects...)
...
Cordformation
=============