Skip to content

Commit

Permalink
[skip ci] Try different release url
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Feb 9, 2023
1 parent 657d808 commit a1a9967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.*
object Meta {
const val description = "Generate documentation for KordEx bots!"
const val githubRepo = "HyacinthBots/doc-generator"
const val release = "https://s01.oss.sonatype.org/content/repositories/releases/"
const val release = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" //"https://s01.oss.sonatype.org/content/repositories/releases/"
const val snapshot = "https://s01.oss.sonatype.org/content/repositories/snapshots/"

val version: String
Expand Down

0 comments on commit a1a9967

Please sign in to comment.