You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a CorDapp with this node config in the input, the following error will be thrown:
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/davidawad/Desktop/samples-java/Features/customlogging-yocordapp/build.gradle' line: 159
* What went wrong:
A problem occurred evaluating root project 'customlogging-yocordapp'.
> Could not set unknown property 'additionalP2PAddresses'for object of type net.corda.plugins.Node.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 6s
The text was updated successfully, but these errors were encountered:
This might not be an issue exactly but dockerForm doesn't take the additionalP2PAddresses param.
Example build.gradle node configuration:
When building a CorDapp with this node config in the input, the following error will be thrown:
The text was updated successfully, but these errors were encountered: