-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Migrate dev maven #5524
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
Migrate dev maven #5524
Conversation
| mavenCentral() | ||
| gradlePluginPortal() | ||
| maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") | ||
| maven("https://packages.jetbrains.team/maven/p/cmp/dev") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we setup an URL similar to Kotlin in the future (maybe not now). Something like:
https://redirector.kotlinlang.org/maven/cmp-dev/
This repo can be used by external users to use daily builds. https://packages.jetbrains.team looks like an internal link. Use cases:
- users don't want to wait for 2-weakly builds to try a just committed change
- we can ask users to try some build to investigate an issue or try a fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's the plan.
Unfortunately, there is already such a redirect to our old dev repo, so to not introduce further confusion I decide to migrate first, update redirect and then use it in our samples
Change Dev Maven repository to public.jetbrains.team
Fixes CMP-1460 Migrate Compose dev builds from public.jetbrains.space
Testing
All build configurations are green, packages are uploaded.
Release Notes
N/A