You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/06/29 10:28:07 UTC

[GitHub] [calcite-avatica] vlsi commented on issue #104: WIP: Gradle

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:
users@infra.apache.org


With regards,
Apache Git Services