Add Ukraine support motive

This commit is contained in:
Sylwester Zieliński
2022-03-09 14:35:06 +01:00
parent 9b9826d8bd
commit 3db9989daf
3 changed files with 35 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ apply plugin: 'com.google.protobuf'
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.14.0'
artifact = 'com.google.protobuf:protoc:3.14.0:osx-x86_64'
}
// Generates the java Protobuf-lite code for the Protobufs in this project. See