From a1a9967370c883bd28d8561b2055ca1012fdb0bd Mon Sep 17 00:00:00 2001 From: NoComment Date: Thu, 9 Feb 2023 08:11:45 +0000 Subject: [PATCH] [skip ci] Try different release url --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e65dcf2..06295c1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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