ramazan-yapparov commented on a change in pull request #13917:
URL: https://github.com/apache/beam/pull/13917#discussion_r573237900
##########
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:
Removed.
It is needed for Kotlin support in `buildSrc` project.
It will be needed if some of the existing Groovy Beam plugins going to be
migrated to Kotlin. (Which I tried to do and left it in the PR by accident,
thank you)
----------------------------------------------------------------
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:
[email protected]