MonkeyCanCode commented on code in PR #2590: URL: https://github.com/apache/polaris/pull/2590#discussion_r2359672357
########## build.gradle.kts: ########## @@ -135,6 +135,16 @@ tasks.named<RatTask>("rat").configure { excludes.add("**/*.png") } +tasks.register<Exec>("buildPythonClient") { Review Comment: Seems like I merged too early. Currently it is not linked with any top level commands, but that is possible if we want to do so. The current CI is using the make command only. There is a WIP PR which needs this. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org