0
Q:

protobuf gradle compile

protobuf {
  // Configure the protoc executable
  protoc {
    // Download from repositories
    artifact = 'com.google.protobuf:protoc:3.0.0'
  }
}
1
plugins {
  id "com.google.protobuf" version "0.8.14"
  id "java"
}
1

New to Communities?

Join the community