Skip to content

Commit

Permalink
Merge pull request #6754 from alvasw/declace_grpc_version_in_proto_ve…
Browse files Browse the repository at this point in the history
…rsion

Declare grpc compiler version in proto module
  • Loading branch information
alejandrogarcia83 authored Jul 6, 2023
2 parents ea86ebd + e5e1ec0 commit 9693826
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ configure(subprojects) {
apply plugin: 'com.google.osdetector'

ext { // in alphabetical order
grpcVersion = '1.42.1'
javafxVersion = '16'

os = osdetector.os == 'osx' ? 'mac' : osdetector.os == 'windows' ? 'win' : osdetector.os
Expand Down
2 changes: 1 addition & 1 deletion proto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protobuf {
}
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:${grpcVersion}"
artifact = "io.grpc:protoc-gen-grpc-java:1.42.1"
}
}
generateProtoTasks {
Expand Down

0 comments on commit 9693826

Please sign in to comment.