stoty commented on code in PR #264:
URL: https://github.com/apache/calcite-avatica/pull/264#discussion_r1837965294


##########
build.gradle.kts:
##########
@@ -31,6 +31,21 @@ import de.thetaphi.forbiddenapis.gradle.CheckForbiddenApis
 import de.thetaphi.forbiddenapis.gradle.CheckForbiddenApisExtension
 import org.gradle.api.tasks.testing.logging.TestExceptionFormat
 
+buildscript {
+
+    dependencies {
+        constraints {
+            // FIXME Should use asm.version from properties
+            "classpath"("org.ow2.asm:asm::9.7.1")

Review Comment:
   I suspect that as this is used for initializing gradle, you cannot even 
access properties or run kotlin code in this block.
   
   Maybe I should remove the FIXME comment, as using properties here may not 
even be possible.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to