mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Declare grpc compiler version in proto module
This commit is contained in:
parent
4cf54cd5e0
commit
e5e1ec092d
@ -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'
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user