Skip to content

Commit 8127d9d

Browse files
committed
tools_intellij_platform_gradle_plugin.md: update snapshot repository URLs and badge metadata link
1 parent 35e44a2 commit 8127d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To use the latest snapshot version of this plugin, add the following to the Grad
8686
```kotlin
8787
pluginManagement {
8888
repositories {
89-
maven("https://oss.sonatype.org/content/repositories/snapshots/")
89+
maven("https://central.sonatype.com/repository/maven-snapshots/")
9090
gradlePluginPortal()
9191
}
9292
}
@@ -100,7 +100,7 @@ pluginManagement {
100100
pluginManagement {
101101
repositories {
102102
maven {
103-
url 'https://oss.sonatype.org/content/repositories/snapshots/'
103+
url 'https://central.sonatype.com/repository/maven-snapshots/'
104104
}
105105
gradlePluginPortal()
106106
}
@@ -111,7 +111,7 @@ pluginManagement {
111111
</tabs>
112112

113113

114-
> The current IntelliJ Platform Gradle Plugin Snapshot version is ![GitHub Snapshot Release](https://img.shields.io/nexus/s/org.jetbrains.intellij.platform/intellij-platform-gradle-plugin?server=https://oss.sonatype.org&label=)
114+
> The current IntelliJ Platform Gradle Plugin Snapshot version is ![Maven Snapshots](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fcentral.sonatype.com%2Frepository%2Fmaven-snapshots%2Forg%2Fjetbrains%2Fintellij%2Fplatform%2Fintellij-platform-gradle-plugin%2Fmaven-metadata.xml&label=)
115115
>
116116
> The snapshot release is published with a fixed version, so Gradle can resort to the cached version of the plugin.
117117
>

0 commit comments

Comments
 (0)