Skip to content

Commit 87f4b39

Browse files
committed
fix sonatype url
1 parent 4c70590 commit 87f4b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ rootProject.name = "openapi-processor-intellij"
22

33
pluginManagement {
44
repositories {
5-
maven("https://oss.sonatype.org/content/repositories/snapshots/")
5+
maven("https://central.sonatype.com/repository/maven-snapshots")
66
gradlePluginPortal()
77
}
88
}

0 commit comments

Comments
 (0)