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

View File

@ -2,7 +2,7 @@ plugins {
id 'java'
}
group = 'me.totalfreedom'
group = 'fns'
version = '1.0.0'
repositories {
@ -18,10 +18,10 @@ dependencies {
bukkit {
main = "fns.fossil.Fossil"
description = "The Fun Module for the Freedom Network."
description = "The Freedom Server module."
depend = ["Datura", "Patchwork"]
}
test {
useJUnitPlatform()
}
}