From bf0eadc787833625d68aa698b1565fb658aa39f0 Mon Sep 17 00:00:00 2001 From: JoseLion Date: Tue, 11 Jun 2024 02:38:23 -0500 Subject: [PATCH] chore(release): Fix vcsUrl issue --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 16114f1..34c8695 100644 --- a/build.gradle +++ b/build.gradle @@ -135,7 +135,7 @@ jacocoTestReport { gradlePlugin { website = 'https://joselion.github.io/pretty-jupiter/' - vcsUrl = 'https://github.com/JoseLion/pretty-jupiter' + vcsUrl = 'https://github.com/joselion/pretty-jupiter' plugins { prettyJupiter {