We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a5240 commit 570989dCopy full SHA for 570989d
1 file changed
pom.xml
@@ -1776,6 +1776,18 @@
1776
</plugins>
1777
</build>
1778
</profile>
1779
+ <profile>
1780
+ <id>m1-mac</id>
1781
+ <properties>
1782
+ <protoc.version>3.17.3</protoc.version>
1783
+ </properties>
1784
+ <activation>
1785
+ <os>
1786
+ <family>mac</family>
1787
+ <arch>aarch64</arch>
1788
+ </os>
1789
+ </activation>
1790
+ </profile>
1791
<!-- Exists for backwards compatibility; profile doesn't do anything -->
1792
<profile>
1793
<id>scala-2.11</id>
0 commit comments