square / cycler

Apache License 2.0
791 stars 27 forks source link

Please publish sources alongside binaries to the maven #11

Closed matejdro closed 4 years ago

matejdro commented 4 years ago

At the moment maven artifact only includes compiled aar without sources. This makes it much less convenient to develop in IDE since I do not get access to documentation or implementation information.

helios175 commented 4 years ago

Thanks for the heads up!!

zach-klippenstein commented 4 years ago

This is a known issue with version 0.8.0 of the maven publish plugin. Workflow is using the latest 0.9.0 snapshot which fixes it.

helios175 commented 4 years ago

I added the source uploading task to the build.gradle (it's using a different plugin for now at least). You can depend on 0.1.2 and the sources should be available.