diff options
author | Luck <git@lucko.me> | 2021-01-09 23:58:50 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2021-01-09 23:58:50 +0000 |
commit | 08fb89e0fe9a50e41b2e4d5ef574485cc10c8daf (patch) | |
tree | e08b20cfc6be463c2191d481c2890fa6cbe972b5 /spark-common | |
parent | 9bec2b79880bf0a814b6a1c8616f6a0c9d03bfc6 (diff) | |
download | spark-08fb89e0fe9a50e41b2e4d5ef574485cc10c8daf.tar.gz spark-08fb89e0fe9a50e41b2e4d5ef574485cc10c8daf.tar.bz2 spark-08fb89e0fe9a50e41b2e4d5ef574485cc10c8daf.zip |
Comment out custom protoc location
Diffstat (limited to 'spark-common')
-rw-r--r-- | spark-common/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-common/build.gradle b/spark-common/build.gradle index d251cb4..3f113dd 100644 --- a/spark-common/build.gradle +++ b/spark-common/build.gradle @@ -28,6 +28,6 @@ dependencies { protobuf { protoc { artifact = 'com.google.protobuf:protoc:3.14.0' - path = '/opt/homebrew/bin/protoc' // required to support building on osx-aarch64 + //path = '/opt/homebrew/bin/protoc' // required to support building on osx-aarch64 } } |