-
Notifications
You must be signed in to change notification settings - Fork 197
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
gradle metadata support (gradle-4.6) #230
base: master
Are you sure you want to change the base?
Conversation
1e5f1e1
to
72bc6ca
Compare
@vvlevchenko, |
I've reconsidered usefulness of this PR. It tries to cover difference between Gradle's maven publication representation and bintray plugin's maven publication representation. Months later after my initial changes I've concluded that it better to avoid duplication work done in Gradle's plugin maven-publish. My suggestion to fix this issue and all future possible mismatch in representation of maven publication for users preferring bintray plugin to maven-publish is to replace current maven publication upload functionality with applying maven-publish and its proper configuration (url and etc) under the hood of bintray plugin. |
@vvlevchenko Is there an example of using maven-publish to upload artifacts to bintray? |
@LouisCAD You can take a look at This build script also contains some additional logic to avoid publishing the same artifacts from several hosts (you can find this logic before the |
@ilmat192 Thank you, that's very helpful! |
I don't think so. According to the Gradle docs this name is needed only to distinguish repositories from each other. |
|
No description provided.