Update group id

This commit is contained in:
Paldiu 2023-08-22 20:52:55 -05:00 committed by GitHub
parent e8213d5efd
commit dd88b95859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ plugins {
id 'java'
}
group = 'me.totalfreedom'
group = 'fns'
version = '1.0.0'
repositories {
@ -24,4 +24,4 @@ bukkit {
test {
useJUnitPlatform()
}
}