chore: rename to plugin-starter

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2022-08-29 22:29:03 +08:00
parent 54c05283c6
commit e51643c65c
15 changed files with 37 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ plugins {
id 'java'
}
group 'run.halo.template'
group 'run.halo.starter'
version '0.0.1-SNAPSHOT'
sourceCompatibility = JavaVersion.VERSION_17