hiero-ledger / hiero-ledger/hiero-consensus-node
Enable real module path based execution in Gradle, IntelliJ, and Production
Open
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
## Description
Code execution for all source sets currently uses the Java classpath instead of the module path. We need to update the Gradle build so that all source sets (except for `test`) are executed using the module path.
Additionally, we need to resolve any build related issues which would prevent production environments from executing the node software using the module path.
Contributor guide
Assessment
This issue has not been assessed yet.