TheNeuralBit commented on a change in pull request #13917: URL: https://github.com/apache/beam/pull/13917#discussion_r573073678
########## File path: buildSrc/build.gradle.kts ########## @@ -18,46 +18,47 @@ // Plugins for configuring _this build_ of the module plugins { - id 'java-gradle-plugin' - id 'groovy' - id "com.diffplug.spotless" version "5.6.1" + `java-gradle-plugin` + groovy + id("com.diffplug.spotless") version "5.6.1" + `kotlin-dsl` Review comment: Just curious, why do we need the `kotlin-dsl` plugin here but not in the other files? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org