aboutsummaryrefslogtreecommitdiff
path: root/spark-common
diff options
context:
space:
mode:
Diffstat (limited to 'spark-common')
-rw-r--r--spark-common/build.gradle2
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
}
}