-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[android] Adding Bintray Gradle plugin for artifact publishing #13999
[android] Adding Bintray Gradle plugin for artifact publishing #13999
Conversation
This pr is still a work in progress, but I think things are close to being done. I opened the pr for visibility |
cf18912
to
bd9d501
Compare
Progress! After lots of tweaking, File issue seems to be related to the POM file setup: |
Seems that the error mentioned above is one that many others have seen |
a0ab0d7
to
e3696c9
Compare
Despite that, latest commit was able to create the The POM file goes to https://bintray.com/mapbox/mapbox/mapbox-android-sdk, however it's incomplete 😕 The POM generated by this branch is still missing some fields that the POM found at https://search.maven.org/artifact/com.mapbox.mapboxsdk/mapbox-android-sdk/7.2.0/aar has . Each dependency in the Bintray POM is missing the Bintray POM:
----Instructions if you'd like to try yourself------ Switch to this branch, Still need to figure out:
|
debb1f0
to
af8f2c6
Compare
8b3190f
to
e1a5873
Compare
Thanks for kicking this off @langsmith! I've made some changes to resolve the
|
c4f33a2
to
7a09e80
Compare
Since we are still waiting for the jCenter account to be opened in order to server |
7a09e80
to
6d58eb8
Compare
6d58eb8
to
d660419
Compare
Because of recent artifact publishing issues with Sonatype and CircleCI, this pr adds https://github.com/bintray/gradle-bintray-plugin so that we can publish Maps SDK for Android artifacts to Bintray. We can pass them on to Maven Central once in Bintray.
cc @mapbox/maps-android