refactor: rename modules

Closes #75
This commit is contained in:
siujamo
2025-06-17 17:40:21 +08:00
parent 71e7993352
commit c48577544a
45 changed files with 91 additions and 100 deletions
+5 -5
View File
@@ -64,13 +64,13 @@ tasks.test {
publishing {
publications {
create<MavenPublication>("guid") {
create<MavenPublication>("identityGenerator") {
groupId = group.toString()
artifactId = "guid"
artifactId = "identity-generator"
version = artefactVersion
pom {
name = "DevKit - GUID"
name = "OnixByte Identity Generator"
description = "The module for generating GUIDs of JDevKit."
url = projectUrl
@@ -107,7 +107,7 @@ publishing {
from(components["java"])
signing {
sign(publishing.publications["guid"])
sign(publishing.publications["identityGenerator"])
}
}
@@ -122,4 +122,4 @@ publishing {
}
}
}
}
}