chore: migrate to version catalog, Gropify

This commit is contained in:
2025-11-11 17:50:47 +08:00
parent aef858e0a3
commit 8eb1532ce1
10 changed files with 58 additions and 60 deletions

View File

@@ -2,7 +2,7 @@ plugins {
id("java")
}
group = property.project.groupName
group = gropify.project.groupName
java {
sourceCompatibility = JavaVersion.VERSION_17