navigation-testing - redirect to published artifacts - #3264
Merged
Igor Demin (igordmn) merged 2 commits intoJul 27, 2026
Conversation
| afterConfigure: () -> Unit, | ||
| ) { | ||
| if (isJetBrainsFork(project) && JetBrainsPublication.shouldPublish(this)) return | ||
| if (isJetBrainsFork(project)) return |
Collaborator
Author
There was a problem hiding this comment.
This fully disables the old MavenUploadHelper (we have own inside org.jetbrains). Cleanup will be in https://youtrack.jetbrains.com/issue/CMP-10570/Cleanup-buildSrc-fork-code
Collaborator
There was a problem hiding this comment.
We do not publish it. Why do we need to setup redirects here?
Collaborator
Author
There was a problem hiding this comment.
Redirects now affects usual demos/tests too. By design I see redirects as "instead of sources use this artifact", and it fixes well the issue I described in in the description.
Ivan Matkov (MatkovIvan)
approved these changes
Jul 27, 2026
Igor Demin (igordmn)
deleted the
igor.demin/use-navigation-testing-redirection
branch
July 27, 2026 09:57
Igor Demin (igordmn)
added a commit
that referenced
this pull request
Jul 27, 2026
Fixes https://youtrack.jetbrains.com/issue/CMP-10569/Setup-GitHub-action-in-integration-branch Run GitHub Actions workflows on pushes to the integration branch. ## Testing 1. go to integration branch 2. cherry pick: - #3263 - #3264 - #3256 3. update API dump 4. run GitHub actions ## Release Notes N/A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of https://youtrack.jetbrains.com/issue/CMP-10569/Setup-GitHub-action-in-integration-branch
Requirement for #3256
Reason:
navigation-testingdoesn't redirect currently to anythingnavigation-runtime, which redirects all the targetsnavigation-runtimeandnavigation-testing(remove/add methods in interface)navigation-testinguses the new interface, but it depends on an interface from the old redirectednavigation-runtimeRelease Notes
N/A