Declare grpc compiler version in proto module

This commit is contained in:
Alva Swanson 2023-07-02 18:29:53 +02:00
parent 4cf54cd5e0
commit e5e1ec092d
No known key found for this signature in database
GPG Key ID: 004760E77F753090
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@ configure(subprojects) {
apply plugin: 'com.google.osdetector'
ext { // in alphabetical order
grpcVersion = '1.42.1'
javafxVersion = '16'
protocVersion = '3.19.1'

View File

@ -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 {