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 +}