Update plugin description and group id

This commit is contained in:
Paldiu
2023-08-22 20:55:12 -05:00
committed by GitHub
parent 598011a853
commit 8c36ecc4aa
+3 -3
View File
@@ -1,4 +1,4 @@
group = 'me.totalfreedom' group = 'fns.patchwork'
version = '1.0-SNAPSHOT' version = '1.0-SNAPSHOT'
repositories { repositories {
@@ -16,11 +16,11 @@ dependencies {
bukkit { bukkit {
main = "fns.patchwork.base.Patchwork" main = "fns.patchwork.base.Patchwork"
description = "The Core of Freedom Network Suite" description = "Freedom Network Suite Core Module (API & Library)"
} }
var weight = 1 var weight = 1
test { test {
useJUnitPlatform() useJUnitPlatform()
} }