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

Dependencies missing in .pom files #1487

Closed
liedQM opened this issue Dec 4, 2017 · 3 comments
Closed

Dependencies missing in .pom files #1487

liedQM opened this issue Dec 4, 2017 · 3 comments

Comments

@liedQM
Copy link

liedQM commented Dec 4, 2017

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

@agrosner
Copy link
Owner

use lowercase naming: https://www.jitpack.io/com/github/raizlabs/dbflow/dbflow/4.0.5/dbflow-4.0.5.pom
this comes out just fine. Must have been a jitpack.io bug.

@liedQM
Copy link
Author

liedQM commented Dec 19, 2017

@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:
https://www.jitpack.io/com/github/raizlabs/dbflow/dbflow/4.1.0/dbflow-4.1.0.pom
https://www.jitpack.io/com/github/raizlabs/dbflow/dbflow/4.1.1/dbflow-4.1.1.pom
https://www.jitpack.io/com/github/raizlabs/dbflow/dbflow/4.1.2/dbflow-4.1.2.pom

Also the newest versions (4.2.1 / 4.2.2) got the issue:
https://www.jitpack.io/com/github/raizlabs/dbflow/dbflow/4.2.1/dbflow-4.2.1.pom
https://www.jitpack.io/com/github/raizlabs/dbflow/dbflow/4.2.2/dbflow-4.2.2.pom

You posted the .pom of 4.0.5 and that one is an example, where the dependencies exists.

My issue is still not fixed. @

@agrosner
Copy link
Owner

looking at this: dcendents/android-maven-gradle-plugin#61
just need to update plugin to 2.0+ which im doing for 4.2.3 :)

@agrosner agrosner mentioned this issue Dec 20, 2017
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

No branches or pull requests

2 participants