You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
It would be helpful to publish snapshots of the current dev branch to a maven repo (maybe http://www.sonatype.org/nexus/) so that we could test/use the version in development before it gets released. This would help to iron out any bugs that are in a version before it is officially released. This matches what many other open source libraries do (e.g. https://github.com/square/okhttp) between versions.
Alternatively, we could just upload a beta version to bintray.
The text was updated successfully, but these errors were encountered:
I've officially put this on our CI team's roadmap, so I'm hopeful that we might be able to publish snapshots soon.
As for how snapshot will be published, I'm against pushing snapshots directly to bintray, as that will be annoying for consumers that don't want to use unstable versions but are reminded via lint that there is a new version of the library available. I've experienced this with libraries before and it becomes harder to figure out what version should be depended on (e.g. is 2.0.0 newer than 2.0.0-beta). My goal is to have the snapshots published to a separate nexus repo. Snapshots will be automatically built for each merge/commit to the dev branch and published to the repository. Consumers will add the appropriate URL to their repositories list in order to get the snapshots.
In the meantime, I'll just be diligent with publishing releases for any bugfixes that consumers of the library need.
Issue Summary
It would be helpful to publish snapshots of the current
dev
branch to a maven repo (maybe http://www.sonatype.org/nexus/) so that we could test/use the version in development before it gets released. This would help to iron out any bugs that are in a version before it is officially released. This matches what many other open source libraries do (e.g. https://github.com/square/okhttp) between versions.Alternatively, we could just upload a beta version to bintray.
The text was updated successfully, but these errors were encountered: