From a6f216958b63c19540cb2ff917f154e88bdf6c8f Mon Sep 17 00:00:00 2001 From: Drew Carlson Date: Thu, 14 Jul 2022 11:03:53 -0700 Subject: [PATCH] Use correct mavenUrl for publishing --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7c11cb8c..04f078aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.native.binary.memoryModel=experimental # Publishing group=org.drewcarlson version=1.0.0-SNAPSHOT -mavenUrl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ +mavenUrl=https://s01.oss.sonatype.org/service/local/staging/ mavenSnapshotUrl=https://s01.oss.sonatype.org/content/repositories/snapshots/ pomProjectUrl=https://github.com/DrewCarlson/qBittorrent-Kotlin pomProjectDescription=Kotlin wrapper for the qBittorrent Web API using Ktor.