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
Thank you for choosing to report an issue with Corda.
When reporting an issue please make sure it contains;
A clear description of the issue
If you specify an alternate directory to the Dockerform task by using the directory field, the task fails because it still relies on the default node directory.
Thank you for choosing to report an issue with Corda.
When reporting an issue please make sure it contains;
If you specify an alternate directory to the Dockerform task by using the directory field, the task fails because it still relies on the default node directory.
i.e.
task dockerNodes(type: net.corda.plugins.Dockerform, dependsOn: ['jar']) {
directory "./build/small"
...
Any logs or stack traces that you can provide (use a site like https://pastebin.com for larger logs)
What went wrong:
Execution failed for task ':dockerNodes'.
Set the directory for the task to something other than nodes
ext.corda_gradle_plugins_version = '4.0.25'
The text was updated successfully, but these errors were encountered: