Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue with missing runTime dependency for deployNodes #67

Open
wants to merge 1 commit into
base: token-template
Choose a base branch
from

Conversation

bkreiser
Copy link

I was getting this error before my fix.

Task :deployNodes FAILED
Running Cordform task
Deleting /Users/barry/Code/cordapp-template-kotlin/build/nodes

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':deployNodes'.

Cannot find the NetworkBootstrapper class. Please ensure that 'corda-node-api' is available on Gradle's runtime classpath, e.g. by adding it to Gradle's 'runtimeOnly' configuration.
net.corda.nodeapi.internal.network.NetworkBootstrapper

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant