We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c70590 commit 87f4b39Copy full SHA for 87f4b39
1 file changed
settings.gradle.kts
@@ -2,7 +2,7 @@ rootProject.name = "openapi-processor-intellij"
2
3
pluginManagement {
4
repositories {
5
- maven("https://oss.sonatype.org/content/repositories/snapshots/")
+ maven("https://central.sonatype.com/repository/maven-snapshots")
6
gradlePluginPortal()
7
}
8
0 commit comments