You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/02/09 17:27:53 UTC

[GitHub] [beam] TheNeuralBit commented on a change in pull request #13917: Migrated buildSrc build.gradle file to Kotlin script

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:
users@infra.apache.org