mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
b9f7c1a08a
* Tweak JUnit 5 configurations to keep vintage engine off compile classpaths. * Configure Gradle tests to use JUnit 5.
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.