dimas-b commented on code in PR #2590:
URL: https://github.com/apache/polaris/pull/2590#discussion_r2359744305


##########
build.gradle.kts:
##########
@@ -135,6 +135,16 @@ tasks.named<RatTask>("rat").configure {
   excludes.add("**/*.png")
 }
 
+tasks.register<Exec>("buildPythonClient") {

Review Comment:
   Linking to top-level commands is not critical... I was just wondering. If we 
connect it, I'd suggest connecting to the `assemble` chain.
   
   Validating this new tasks in CI would be really good to have, but it's ok to 
do that in a follow-up PR, of course :)



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