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

Using gradle for building the project #11

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

polac
Copy link
Contributor

@polac polac commented Oct 23, 2016

This PR is not really meant to be merged yet. I created this to open up the conversation.

From the README.md:
"A pull request with a working maven integration welcome"

How about using gradle?

@jojkaart
Copy link
Contributor

If I understood correctly, Gradle supports compiling everything, including the dependencies, which would be desirable for a wallet. Is my understanding correct? This does look promising.

@polac
Copy link
Contributor Author

polac commented Oct 30, 2016

I am not gradle guru. So, take my comments with grain of salt. Gradle supports multiproject-setups but it doesn't "natively" support making external maven projects as part of it's project structure. The good thing about gradle is that it has this scripting language built in. You can almost make anything with it - more easily than with maven.

You would like to always build the dependencies from the source as part of the build process of this project. I see two possible solutions.

  • Make gradle always use only the local maven repo and manually build and install maven dependencies to local maven repo
  • Or do it like here: http://stackoverflow.com/a/35796615

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.

2 participants