-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
@aar is deprecated in gradle and will be removed in 2.0 which is released #12
Comments
As you konw, I am using gradle-mvn-push made by chrisbanes. |
I'm not familiar how that plugin work. but yes an aar package needs to be in the pom. so if that line works I'd go with that :) |
I'll have a try tomorrow, thanks your advise. :-D |
Is this solved? |
We can use bintray instead of maven central in build.gradle bintray plugin example as follow |
@coffeesherk @robertoestivill @Shusshu |
@daimajia I get an error:
I think it's related to aar being deprecated, if I used it without version catalog it's working fine |
compile 'xxx:xx:1.0.0@aar' is deprecated in gradle and will be removed in 2.0 which is released
The pom you are generating should have a tag
The text was updated successfully, but these errors were encountered: