Skip to content

Commit

Permalink
upgrade protoc and protoc-gen-grpc-java version (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
acgtun committed Apr 12, 2024
1 parent 2644da2 commit 9b30be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ dependencies {
protobuf {
protoc {
// The artifact spec for the Protobuf Compiler
artifact = 'com.google.protobuf:protoc:3.6.1'
artifact = 'com.google.protobuf:protoc:3.18.0'
}
plugins {
// Optional: an artifact spec for a protoc plugin, with "grpc" as
// the identifier, which can be referred to in the "plugins"
// container of the "generateProtoTasks" closure.
grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:1.15.1'
artifact = 'io.grpc:protoc-gen-grpc-java:1.50.0'
}
}
generateProtoTasks {
Expand Down

0 comments on commit 9b30be8

Please sign in to comment.