Closed LukasPaczos closed 5 years ago
@mapbox/android for visibility - when syncing from Bintray to MavenCentral, Bintray can report success even when it actually fails. In this case missing javadocs and sources jar
s where the culprit. Make sure to check out the requirements linked above when migrating other projects.
Closes https://github.com/mapbox/mapbox-gestures-android/issues/85. Even though Bintray -> MavenCentral sync reported success, the artifact is not available. Based on the requirements, each artifact needs to be shipped with javadocs and sources to show up on maven central. Test build with javadocs and sources available in the SNAPSHOT repository.
Gradle tooling bump resolves missing sources and javadocs but also required robolectric bump which in turn required a minor refactor of the unit tests.