vlsi commented on a change in pull request #2133:
URL: https://github.com/apache/calcite/pull/2133#discussion_r743900482



##########
File path: build.gradle.kts
##########
@@ -233,6 +233,9 @@ allprojects {
     repositories {
         // RAT and Autostyle dependencies
         mavenCentral()
+        flatDir {
+            dirs = setOf(file("libs"))
+        }

Review comment:
       I guess it is here by mistake. Please remove once you no longer need it.




-- 
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