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

Don't Use Project References In Examples #46

Open
opticyclic opened this issue Sep 4, 2019 · 0 comments
Open

Don't Use Project References In Examples #46

opticyclic opened this issue Sep 4, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@opticyclic
Copy link
Contributor

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.

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

No branches or pull requests

2 participants