Update project's name and output name/group.

This commit is contained in:
zontreck 2025-03-20 10:49:44 -07:00
parent 94a0826131
commit 56a4681157
10 changed files with 45 additions and 24 deletions

View file

@ -8,7 +8,7 @@ plugins {
id 'java'
}
group = "com.crimsonwarpedcraft.exampleplugin"
group = "dev.zontreck.amp"
static def getTime() {
SimpleDateFormat sdf = new SimpleDateFormat("yyMMdd-HHmm")