pasharik commented on code in PR #15404: URL: https://github.com/apache/kafka/pull/15404#discussion_r1526739190
########## gradle/dependencies.gradle: ########## @@ -100,10 +100,10 @@ versions += [ commonsCli: "1.4", commonsValidator: "1.7", dropwizardMetrics: "4.1.12.1", - gradle: "8.5", + gradle: "8.6", Review Comment: This PR has already been merged, but I'll leave a comment here ahyway. I've noticed, what behaviour of incremental compilation for scala tests in gradle seems to be changed after gradle version upgrade from `8.5` to `8.6`. With gradle `8.6`, if I do any change to some unit-test, e.g. `kafka.admin.AclCommandTest.scala`, and then run: ``` ./gradlew core:compileTestScala ``` the entire folder `core/build/classes/scala/test` is cleared, and gradle re-compiles _all_ tests. It takes quite a long time. So the incremental compilation for scala tests seems to be broken. If I change Gradle version back to `8.5`, incremental compilation works as expected -- 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