fix(serialize-generator): Use correct maven coordinate
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2024-04-20 20:11:57 +02:00
parent d99c129a06
commit 5fad1d053d
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
groupId = "io.gitlab.jfronny"
artifactId = "commons-serialize-generator-core"
artifactId = "commons-serialize-generator"
from(components["java"])
}