mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
68d05eee04
* Added new corda and cordaRuntime configurations for cordapps to be able to explicitly depend on Corda and exclude corda dependencies from the fatjar * Added corda integration section to docsite to describe how to integrate with Corda. * Updated more of the documentation to reflect the new method of specifying core corda dependencies. * Reorganised document logic to move all build system related documentation to the cordapp build systems page. * Renamed cordapp build systems doc to match actual purpose. * Improved the warning for building against a net.corda dependency in a cordapp * Added a line of dialogue to show further reading for those reading about writing cordapps.
6 lines
119 B
INI
6 lines
119 B
INI
gradlePluginsVersion=0.13.4
|
|
kotlinVersion=1.1.1
|
|
guavaVersion=21.0
|
|
bouncycastleVersion=1.57
|
|
typesafeConfigVersion=1.3.1
|