jerryshao commented on code in PR #5654:
URL: https://github.com/apache/gravitino/pull/5654#discussion_r1855724832


##########
api/build.gradle.kts:
##########
@@ -35,3 +37,15 @@ dependencies {
 tasks.build {
   dependsOn("javadoc")
 }
+
+tasks.jar {
+  archiveBaseName.set(artifactName)
+}
+
+publishing {
+  publications {
+    withType<MavenPublication>().configureEach {
+      artifactId = artifactName
+    }
+  }

Review Comment:
   Do we need to configure this one by one module, or we can achieve this in 
the main `build.gradle.kts`?



-- 
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]

Reply via email to