orenccl commented on PR #5654: URL: https://github.com/apache/gravitino/pull/5654#issuecomment-2497374501
I've discovered that the `artifactId` is the `jarName` without the version. (Reference: [Maven Naming Conventions](https://maven.apache.org/guides/mini/guide-naming-conventions.html)). Additionally, the `artifactId` defaults to `project.name`. (Reference: [Gradle Documentation for MavenPublication](https://docs.gradle.org/current/dsl/org.gradle.api.publish.maven.MavenPublication.html)). Therefore, setting the `artifactId` only once in the root `build.gradle.kts` should resolve the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
