mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 10:46:54 +01:00
Declare protoc version in proto module
This commit is contained in:
parent
4cf54cd5e0
commit
d9056fa2be
2 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,6 @@ configure(subprojects) {
|
||||||
ext { // in alphabetical order
|
ext { // in alphabetical order
|
||||||
grpcVersion = '1.42.1'
|
grpcVersion = '1.42.1'
|
||||||
javafxVersion = '16'
|
javafxVersion = '16'
|
||||||
protocVersion = '3.19.1'
|
|
||||||
|
|
||||||
os = osdetector.os == 'osx' ? 'mac' : osdetector.os == 'windows' ? 'win' : osdetector.os
|
os = osdetector.os == 'osx' ? 'mac' : osdetector.os == 'windows' ? 'win' : osdetector.os
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,7 @@ sourceSets.main.java.srcDirs += [
|
||||||
|
|
||||||
protobuf {
|
protobuf {
|
||||||
protoc {
|
protoc {
|
||||||
artifact = "com.google.protobuf:protoc:${protocVersion}"
|
artifact = "com.google.protobuf:protoc:3.19.1"
|
||||||
}
|
}
|
||||||
plugins {
|
plugins {
|
||||||
grpc {
|
grpc {
|
||||||
|
|
Loading…
Add table
Reference in a new issue