Change protobuf dependency for Github actions

This commit is contained in:
Sylwester Zieliński
2022-02-21 09:45:07 +01:00
parent fd730a5daa
commit 1a71488d3c

View File

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