vlsi commented on issue #104: WIP: Gradle URL: https://github.com/apache/calcite-avatica/pull/104#issuecomment-506946810 @risdenk , @joshelser , it looks like `protoc` can be downloaded from Maven Central. Does that mean we should remove `src/main/java/org/apache/calcite/avatica/proto/*.java` files? See the following in `core/build.gradle.kts`: ``` protobuf { protoc { // Download from repositories artifact = "com.google.protobuf:protoc:3.6.1" } } ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
