Skip to content

Commit

Permalink
Added workaround for protoc on Apple Silicon
Browse files Browse the repository at this point in the history
Just a workaround. Track grpc/grpc-java#7690 and protocolbuffers/protobuf#8557 for permanent fix
  • Loading branch information
KevinRoebert committed May 6, 2021
1 parent 1424a8f commit a741e70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drasyl-core/pom.xml
Expand Up @@ -152,6 +152,9 @@
</goals>
<configuration>
<protocVersion>3.14.0</protocVersion>
<protocArtifact>
com.google.protobuf:protoc:3.14.0:exe:${os.detected.classifier}
</protocArtifact>
<inputDirectories>
<include>src/main/protobuf</include>
</inputDirectories>
Expand Down

0 comments on commit a741e70

Please sign in to comment.