diff options
Diffstat (limited to 'sonar-batch-protocol/compile_protobuf.sh')
-rwxr-xr-x | sonar-batch-protocol/compile_protobuf.sh | 6 |
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 |