File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments