-
Notifications
You must be signed in to change notification settings - Fork 744
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
Manually compiled subset of JavaCPP Presets could not be accessed by Gradle #42
Comments
No SNAPSHOT qualifier? Is it supported by Gradle?
|
Hello Samuel, IIRC, Gradle does support Maven snapshots. They are just called "changing modules" in the Gradle's jargon. Best regards |
Oh, I see the problem: |
Hi Samuel, oh man, that ugly Maven strikes back... Anyway, thank you very much for the hint! It works now as expected. The issue can be closed now. It would be nice to update the README accordigly. Smth like this: Please ensure that the list of comma-separated projects starts with ".". Otherwise, the generated artifacts could be incomplete. Thank you in advance! |
Many thanks! The issue can be closed. |
I'm experiencing an issue when I try to use leptonica + tessseract bindings, compiled from the latest trunk and installed into Maven local repository, from within Gradle. I've correctly added all required dependencies and pointed Gradle to MavenLocal repository.
Gradle does report the following error:
It looks like the parent POM is missing. I've looked into the local .m2 directory and the expected parent pom "javacpp-presets-0.11.pom" is, indeed, not there.
I'm using the following terminal commands in order to get everything built and installed:
Below the results:
Any ideas what's going wrong?
Thank you in advance!
Best regards
Max
The text was updated successfully, but these errors were encountered: