mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
Expanded the example build.gradle.
This commit is contained in:
parent
578344d610
commit
8816fb35ea
@ -171,9 +171,11 @@ To build against Corda and the plugins that cordapps use, update your build.grad
|
|||||||
... other dependencies here ...
|
... 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
|
Cordformation
|
||||||
=============
|
=============
|
||||||
|
Loading…
Reference in New Issue
Block a user