Update plugin description and group id.

This commit is contained in:
Paldiu
2023-08-22 20:52:22 -05:00
committed by GitHub
parent 8a32d9980d
commit e8213d5efd
+3 -3
View File
@@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
} }
group = 'me.totalfreedom' group = 'fns'
version = '1.0.0' version = '1.0.0'
repositories { repositories {
@@ -18,10 +18,10 @@ dependencies {
bukkit { bukkit {
main = "fns.fossil.Fossil" main = "fns.fossil.Fossil"
description = "The Fun Module for the Freedom Network." description = "The Freedom Server module."
depend = ["Datura", "Patchwork"] depend = ["Datura", "Patchwork"]
} }
test { test {
useJUnitPlatform() useJUnitPlatform()
} }