Skip to content

Commit

Permalink
chore: revert back protoc lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ekawinataa committed Sep 19, 2024
1 parent b45499e commit d3f0119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dagger-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ publishing {
protobuf {
generatedFilesBaseDir = "$projectDir/src/generated"
protoc {
artifact = "com.google.protobuf:protoc:3.17.3"
artifact = "com.google.protobuf:protoc:3.1.0"
}
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.60.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.19.0"
}
}
generateProtoTasks {
Expand Down

0 comments on commit d3f0119

Please sign in to comment.