Skip to content

Commit

Permalink
Update jvm.md (#48264)
Browse files Browse the repository at this point in the history
## Test plan
No review required

<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->
  • Loading branch information
Rhia2 committed Feb 27, 2023
1 parent 77d87c2 commit 27d44ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/admin/external_service/jvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Site admins can sync JVM dependencies from any Maven repository, including Maven

To add JVM dependencies to Sourcegraph you need to setup a JVM dependencies code host:

1. As *site admin*: go to **Site admin > Global settings** and enable the experimental feature by adding: `{"experimentalFeatures": {"jvmPackages": "enabled"} }`
1. As *site admin*: go to **Site admin > Site configuration** and enable the experimental feature by adding: `{"experimentalFeatures": {"jvmPackages": "enabled"} }`
1. As *site admin*: go to **Site admin > Manage code hosts**
1. Select **JVM Dependencies**.
1. [Configure the connection](#configuration) by following the instructions above the text field. Additional fields can be added using <kbd>Cmd/Ctrl+Space</kbd> for auto-completion. See the [configuration documentation below](#configuration).
Expand Down

0 comments on commit 27d44ce

Please sign in to comment.