orenccl commented on code in PR #5654: URL: https://github.com/apache/gravitino/pull/5654#discussion_r1856940481
########## build.gradle.kts: ########## @@ -413,6 +413,8 @@ subprojects { artifact(javadocJar) } + artifactId = "${rootProject.name.lowercase(Locale.getDefault())}-${project.name}" Review Comment: I was following the code style in this script, where `toLowerCase(Locale.getDefault())` is actually just `toLowerCase()`. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org