Skip to content

Commit

Permalink
chore: update maven central repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhaggarty committed Oct 25, 2023
1 parent 3cb34ed commit 1df36d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/topics/gradle/get-started-with-jvm-gradle-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ application {

* 1️⃣ [Application plugin](https://docs.gradle.org/current/userguide/application_plugin.html) to add support for building CLI application in Java.
* 2️⃣ Lean more about [sources of dependencies](https://docs.gradle.org/current/userguide/declaring_repositories.html).
* 3️⃣ The [Maven Central Repository](https://search.maven.org/). It can also be [Google's Maven repository](https://maven.google.com/web/index.html) or your company's private repository.
* 3️⃣ The [Maven Central Repository](https://central.sonatype.com/). It can also be [Google's Maven repository](https://maven.google.com/) or your company's private repository.
* 4️⃣ Learn more about [declaring dependencies](https://docs.gradle.org/current/userguide/declaring_dependencies.html).
* 5️⃣ Learn more about [tasks](https://docs.gradle.org/current/dsl/org.gradle.api.Task.html).
* 6️⃣ [JUnitPlatform for tests](https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/testing/Test.html#useJUnitPlatform).
Expand Down
4 changes: 2 additions & 2 deletions docs/topics/multiplatform/multiplatform-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Your library will be published to the local Maven repository.

## Publish your library to the external Maven Central repository

You can go public and release your multiplatform library to [Maven Central](https://search.maven.org/), a remote repository
You can go public and release your multiplatform library to [Maven Central](https://central.sonatype.com/), a remote repository
where maven artifacts are stored and managed. This way, other developers will be able to find it and add as a dependency
to their projects.

Expand Down Expand Up @@ -567,7 +567,7 @@ section. In short, you need to:
Soon your library will be available at [https://repo1.maven.org/maven2](https://repo1.maven.org/maven2), and other
developers will be able to add it as a dependency. In a couple of hours, other developers will be able to find it using
[Maven Central Repository Search](https://search.maven.org/).
[Maven Central Repository Search](https://central.sonatype.com/).
## Add a dependency on the published library
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
We do our best to make sure our products are free of security vulnerabilities. To reduce the risk of introducing a vulnerability,
you can follow these best practices:

* Always use the latest Kotlin release. For security purposes, we sign our releases published on [Maven Central](https://search.maven.org/search?q=g:org.jetbrains.kotlin)
* Always use the latest Kotlin release. For security purposes, we sign our releases published on [Maven Central](https://central.sonatype.com/search?q=g:org.jetbrains.kotlin)
with these PGP keys:

* Key ID: **[email protected]**
Expand Down

0 comments on commit 1df36d6

Please sign in to comment.