Skip to content

feat/docs: Add explanation for cross-repository navigation#853

Merged
pjlast merged 1 commit intomainfrom
pjlast/mention-warning-on-getting-started-page
Mar 9, 2026
Merged

feat/docs: Add explanation for cross-repository navigation#853
pjlast merged 1 commit intomainfrom
pjlast/mention-warning-on-getting-started-page

Conversation

@pjlast
Copy link
Contributor

@pjlast pjlast commented Mar 9, 2026

From @trly :

It appears that for cross-repository functionality to work correctly a build.gradle[.kts] file needs the following set.

plugins {
    ...
    `maven-publish`
}
...
publishing {
    publications {
        create<MavenPublication>("maven") {
            from(components["java"])
        }
    }
}

This is noted in Manual configuration: https://sourcegraph.github.io/scip-java/docs/manual-configuration.html#step-4-optional-enable-cross-repository-navigation
But it isn't stated anywhere on the 'getting started page' so if users were able to get things working with scip-java out of the box, they may not notice the non-blocking/failing error

Test plan

Doc updates.

@pjlast pjlast changed the title Add explanation for cross-repository navigation feat/docs: Add explanation for cross-repository navigation Mar 9, 2026
@pjlast pjlast marked this pull request as ready for review March 9, 2026 20:01
@pjlast pjlast requested a review from a team March 9, 2026 20:12
@pjlast pjlast enabled auto-merge (squash) March 9, 2026 20:44
@pjlast pjlast merged commit b133674 into main Mar 9, 2026
13 checks passed
@pjlast pjlast deleted the pjlast/mention-warning-on-getting-started-page branch March 9, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants