- You can rebuild a specific module (e.g.
contracts
) with./gradlew :contracts:build
. - Take the resulting
jar
file from thebuild
directory and place it inside thecordapps
folder of your node. - Restart the node.
CLICK HERE to find out more related problems solutions.