From d95c74d8c97f0132e2b48ba900afd8bec38be2f1 Mon Sep 17 00:00:00 2001 From: BlockyTheDev <86119630+BlockyTheDev@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:54:47 +0200 Subject: [PATCH] Addresses issues related to maven publish scm block (#4179) - Fixes https://github.com/IntellectualSites/PlotSquared/issues/4158 - Fixes https://github.com/IntellectualSites/PlotSquared/issues/4159 - Resolves https://github.com/IntellectualSites/PlotSquared/issues/4160 --- build.gradle.kts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ddca63989..58070a684 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -171,8 +171,9 @@ subprojects { scm { url.set("https://github.com/IntellectualSites/PlotSquared") - connection.set("scm:https://IntellectualSites@github.com/IntellectualSites/PlotSquared.git") - developerConnection.set("scm:git://github.com/IntellectualSites/PlotSquared.git") + connection.set("scm:git:https://github.com/IntellectualSites/PlotSquared.git") + developerConnection.set("scm:git:git@github.com:IntellectualSites/PlotSquared.git") + tag.set("${project.version}") } issueManagement {