clayburn commented on code in PR #3223:
URL: https://github.com/apache/calcite/pull/3223#discussion_r1205453958


##########
settings.gradle.kts:
##########
@@ -51,7 +53,8 @@ pluginManagement {
 }
 
 plugins {
-    `gradle-enterprise`
+    id("com.gradle.enterprise") version "3.13.2"
+    id("com.gradle.common-custom-user-data-gradle-plugin") version "1.10"

Review Comment:
   Done. Since this is a settings plugin, it still needs to be applied here, 
but the versioning is not handled as you handle other plugins.



-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to