Skip to content
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

[JVM] Publish next artifacts to release repository to make them easier to consume #305

Closed
sugarmanz opened this issue Feb 23, 2024 · 2 comments · Fixed by #426
Closed

[JVM] Publish next artifacts to release repository to make them easier to consume #305

sugarmanz opened this issue Feb 23, 2024 · 2 comments · Fixed by #426
Labels
enhancement New feature or request

Comments

@sugarmanz
Copy link
Member

Is your feature request related to a problem? Please describe.

For consumer that would like to consume bleeding edge changes, they currently need to pull any canary (PRs) or next (prereleases from main) from the snapshot repos. Configuring this repo can have a negative impact on consumer build performance.

Describe the solution you'd like

We should continue pushing canary builds to the snapshot repos, as those are strictly for testing and may not be complete, or correct, code. However, next builds have explicitly been reviewed and merged into our main branch. We can have confidence in the stability of those artifacts as prereleases and can publish them to release repositories (similar to how alpha and beta artifacts are published for other projects).

Additional context

https://maven.google.com/web/index.html#android.arch.core:common

CleanShot 2024-02-23 at 11 25 25@2x

@sugarmanz sugarmanz added the enhancement New feature or request label Feb 23, 2024
@sugarmanz
Copy link
Member Author

Raised PR to enable this:
intuit/auto#2467

@sugarmanz
Copy link
Member Author

Was actually done in #428

CleanShot 2024-07-17 at 16 10 04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant