Skip to content

Commit 6807d96

Browse files
Correct URLs in the shadow plugin
1 parent ac05e6e commit 6807d96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

semanticdb-kotlinc/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ publishing {
105105
pom {
106106
name.set("semanticdb-kotlinc")
107107
description.set("A kotlinc plugin to emit SemanticDB information")
108-
url.set("https://github.com/sourcegraph/lsif-kotlin")
108+
url.set("https://github.com/sourcegraph/scip-kotlin")
109109
developers {
110110
developer {
111111
id.set("strum355")
@@ -140,9 +140,9 @@ publishing {
140140
name = "sonatype"
141141
url =
142142
if (!(version as String).endsWith("-SNAPSHOT"))
143-
URI("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
143+
URI("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
144144
else
145-
URI("https://oss.sonatype.org/content/repositories/snapshots/")
145+
URI("https://central.sonatype.com/repository/maven-snapshots/")
146146
credentials {
147147
username = System.getenv("SONATYPE_USERNAME")
148148
password = System.getenv("SONATYPE_PASSWORD")

0 commit comments

Comments
 (0)