mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
d611a41ec8
A template directory and file, `Constants`, has been added to allow gradle to replace the string `"@corda_release_version@"` with the current corda version provided by gradle. This output will be copied into the src directory and used for all builds. The generated `Constants` file has also been checked in to remove reliance for developers to first run a gradle build to get their environment fully working. This file does not need to be updated in the future since gradle will handle building the modules. |
||
---|---|---|
.. | ||
configuration-parsing | ||
logging | ||
validation | ||
README.md |
Common libraries
This directory contains modules representing libraries that are reusable in different areas of Corda.
Rules of the folder
- No dependencies whatsoever on any modules that are not in this directory (no corda-core, test-utils, etc.).
- No active components, as in, nothing that has a main function in it.
- Think carefully before using non-internal packages in these libraries.