Skip to content

Commit

Permalink
chore: revert build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ekawinataa committed Oct 28, 2024
1 parent 8998e22 commit 8932827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ dependencies {
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.0.3"
}
}
generateProtoTasks {
Expand Down

0 comments on commit 8932827

Please sign in to comment.