aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/compile_protobuf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-batch-protocol/compile_protobuf.sh')
-rwxr-xr-xsonar-batch-protocol/compile_protobuf.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/sonar-batch-protocol/compile_protobuf.sh b/sonar-batch-protocol/compile_protobuf.sh
deleted file mode 100755
index f2d14c4eebc..00000000000
--- a/sonar-batch-protocol/compile_protobuf.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-OUTPUT_DIR="src/main/gen-java"
-
-mkdir -p ${OUTPUT_DIR}
-protoc --proto_path=src/main/protobuf --java_out=${OUTPUT_DIR} src/main/protobuf/*.proto