julianhyde commented on pull request #2600:
URL: https://github.com/apache/calcite/pull/2600#issuecomment-963734272
@vlsi I'm trying to fix this by adding a conditional into server.iq.
But as usual, defeated by Gradle:
```
Execution failed for task ':linq4j:compileJava'.
> Could not resolve all files for configuration ':linq4j:compileClasspath'.
> Could not find org.apache.calcite.avatica:avatica-core:1.20.0-SNAPSHOT.
Searched in the following locations:
-
https://repo.maven.apache.org/maven2/org/apache/calcite/avatica/avatica-core/1.20.0-SNAPSHOT/maven-metadata.xml
-
https://repo.maven.apache.org/maven2/org/apache/calcite/avatica/avatica-core/1.20.0-SNAPSHOT/avatica-core-1.20.0-SNAPSHOT.pom
Required by:
project :linq4j
> Could not find org.apache.calcite.avatica:avatica-core:1.20.0-SNAPSHOT.
```
Avatica 1.20.0-SNAPSHOT exists. It is in .m2/repository. Gradle can't find
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]