jerryshao commented on code in PR #5654: URL: https://github.com/apache/gravitino/pull/5654#discussion_r1857890564
########## build.gradle.kts: ########## @@ -413,6 +413,8 @@ subprojects { artifact(javadocJar) } + artifactId = "${rootProject.name.lowercase(Locale.getDefault())}-${project.name}" Review Comment: Specifying `Local` for `lowercase ()` API is a best practice in JVM language, otherwise we will get an expected result. -- 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