ravikalla commented on code in PR #20219: URL: https://github.com/apache/kafka/pull/20219#discussion_r2233216595
########## build.gradle: ########## @@ -224,6 +288,11 @@ allprojects { delete "${projectDir}/src/generated" delete "${projectDir}/src/generated-test" } + + // off switch for release: ' -x check' or ' -x rewriteDryRun spotlessJavaCheck' + tasks { Review Comment: Perfect! This allows the experimental validation without disrupting developer workflows. 👍 -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org