We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The examples use project references in the build.gradle
cordapp project(":contracts") cordapp project(":workflows")
This is contradictory to what the README says:
cordapp "$accounts_release_group:accounts-contracts:$accounts_release_version" cordapp "$accounts_release_group:accounts-workflows:$accounts_release_version"
When you add the dependencies in the same way as the README you get the error from #45
The examples should be updated to not use project references.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The examples use project references in the build.gradle
This is contradictory to what the README says:
When you add the dependencies in the same way as the README you get the error from #45
The examples should be updated to not use project references.
The text was updated successfully, but these errors were encountered: