From 8c36ecc4aae50e362247483be7e305004502aa84 Mon Sep 17 00:00:00 2001 From: Paldiu Date: Tue, 22 Aug 2023 20:55:12 -0500 Subject: [PATCH] Update plugin description and group id --- Patchwork/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Patchwork/build.gradle b/Patchwork/build.gradle index 9e8ee9d..6ce2389 100644 --- a/Patchwork/build.gradle +++ b/Patchwork/build.gradle @@ -1,4 +1,4 @@ -group = 'me.totalfreedom' +group = 'fns.patchwork' version = '1.0-SNAPSHOT' repositories { @@ -16,11 +16,11 @@ dependencies { bukkit { main = "fns.patchwork.base.Patchwork" - description = "The Core of Freedom Network Suite" + description = "Freedom Network Suite Core Module (API & Library)" } var weight = 1 test { useJUnitPlatform() -} \ No newline at end of file +}