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
@@ -68,13 +68,13 @@ tasks.test {
publishing {
publications {
create<MavenPublication>("simpleJwtFacade") {
create<MavenPublication>("jwtToolboxFacade") {
groupId = group.toString()
artifactId = "simple-jwt-facade"
artifactId = "jwt-toolbox-facade"
version = artefactVersion
pom {
name = "Simple JWT :: Facade"
name = "OnixByte JWT Toolbox :: Facade"
description = "Declaration of simple JWT module."
url = projectUrl
@@ -111,7 +111,7 @@ publishing {
from(components["java"])
signing {
sign(publishing.publications["simpleJwtFacade"])
sign(publishing.publications["jwtToolboxFacade"])
}
}
@@ -126,4 +126,4 @@ publishing {
}
}
}
}
}