chore: unify management of group and version

This commit is contained in:
siujamo
2025-07-24 14:18:31 +08:00
parent 23beaa99fb
commit 1f3c3df59d
7 changed files with 7 additions and 18 deletions
-3
View File
@@ -34,9 +34,6 @@ val projectGithubUrl: String by project
val licenseName: String by project
val licenseUrl: String by project
group = "com.onixbyte"
version = artefactVersion
repositories {
mavenCentral()
}