Skip to content

Commit

Permalink
chore(publishing): Fix publish url variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Dec 2, 2023
1 parent 8e98aae commit 1d52072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Project {
const val GROUP = "io.github.ayfri.kore"
const val PUBLISH_URL = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
const val PUBLISH_URL = "https://s01.oss.sonatype.org/service/local/"
const val SNAPSHOT_PUBLISH_URL = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
const val URL = "github.com/Ayfri/Kore"
const val VERSION = "1.1.0"
Expand Down

0 comments on commit 1d52072

Please sign in to comment.