-
Notifications
You must be signed in to change notification settings - Fork 599
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
Dependencies missing in .pom files #1487
Comments
use lowercase naming: https://www.jitpack.io/com/github/raizlabs/dbflow/dbflow/4.0.5/dbflow-4.0.5.pom |
@agrosner: It makes no difference, if I use the lowercase, for all version since 4.1.0, the dependencies are missing in the .pom files: Also the newest versions (4.2.1 / 4.2.2) got the issue: You posted the .pom of 4.0.5 and that one is an example, where the dependencies exists. My issue is still not fixed. @ |
looking at this: dcendents/android-maven-gradle-plugin#61 |
DBFlow Version: 4.1.0, 4.1.1, 4.1.2
Issue Kind (Bug, Question, Feature): Bug
Description:
Your dependencies are missing in the provided .pom files on jitpack, since you changed to the new gradle 3.0.0 api / implementation dependency syntax with 4.1.0.
Can you please check it and provide those information?
Invalid:
https://www.jitpack.io/com/github/Raizlabs/DBFlow/dbflow/4.1.2/dbflow-4.1.2.pom
Correct:
https://www.jitpack.io/com/github/Raizlabs/DBFlow/dbflow/4.0.5/dbflow-4.0.5.pom
Thank you in advance.
Best regards
Marco
The text was updated successfully, but these errors were encountered: