File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/kotlin/dev/mtctx/unipub Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ plugins {
2525}
2626
2727group = " dev.mtctx.unipub"
28- version = " 1.0.14 "
28+ version = " 1.0.15 "
2929
3030repositories {
3131 mavenCentral()
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ class UniPub : Plugin<Project> {
142142 }
143143 }
144144
145- val publication = publications.maybeCreate(" mavenJava " , MavenPublication ::class .java)
145+ val publication = publications.maybeCreate(" unipub " , MavenPublication ::class .java)
146146
147147 publication.groupId = projectInfo.groupId
148148 publication.artifactId = projectInfo.id
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ data class UniPubSettings(
5454 }
5555
5656 enum class URL (val url : String ) {
57- MAVEN_CENTRAL (" https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 /" ),
57+ MAVEN_CENTRAL (" https://s01.oss.sonatype.org/content/repositories/releases /" ),
5858 MAVEN_CENTRAL_SNAPSHOTS (" https://s01.oss.sonatype.org/content/repositories/snapshots/" ),
5959 }
6060 }
You can’t perform that action at this time.
0 commit comments