ILuffZhe commented on a change in pull request #2622:
URL: https://github.com/apache/calcite/pull/2622#discussion_r770138506



##########
File path: elasticsearch/build.gradle.kts
##########
@@ -20,6 +20,12 @@ plugins {
     id("com.github.vlsi.gradle-extensions")
 }
 
+repositories {
+    maven {
+        setUrl("https://maven.codelibs.org/";)

Review comment:
       After ES 7.10.2, "org.codelibs.elasticsearch.module:lang-painless" is no 
longer maintained in central maven repo, which migrated to 
https://maven.codelibs.org/, so does 
"org.codelibs.elasticsearch.module:scripting-painless-spi".
   That's why I added a new repo.(see 
https://github.com/codelibs/elasticsearch-module#version)




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