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
@@ -72,13 +72,13 @@ tasks.test {
publishing {
publications {
create<MavenPublication>("simpleJwtAuthzero") {
create<MavenPublication>("jwtToolboxAuth0") {
groupId = group.toString()
artifactId = "simple-jwt-authzero"
artifactId = "jwt-toolbox-auth0"
version = artefactVersion
pom {
name = "Simple JWT :: Auth0"
name = "OnixByte JWT Toolbox :: Auth0"
description = "Simple JWT implemented with com.auth0:java-jwt."
url = projectUrl
@@ -115,7 +115,7 @@ publishing {
from(components["java"])
signing {
sign(publishing.publications["simpleJwtAuthzero"])
sign(publishing.publications["jwtToolboxAuth0"])
}
}
@@ -130,4 +130,4 @@ publishing {
}
}
}
}
}