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 {
105
105
pom {
106
106
name.set(" semanticdb-kotlinc" )
107
107
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" )
109
109
developers {
110
110
developer {
111
111
id.set(" strum355" )
@@ -140,9 +140,9 @@ publishing {
140
140
name = " sonatype"
141
141
url =
142
142
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/" )
144
144
else
145
- URI (" https://oss .sonatype.org/content/repositories/ snapshots/" )
145
+ URI (" https://central .sonatype.com/repository/maven- snapshots/" )
146
146
credentials {
147
147
username = System .getenv(" SONATYPE_USERNAME" )
148
148
password = System .getenv(" SONATYPE_PASSWORD" )
You can’t perform that action at this time.
0 commit comments