summaryrefslogtreecommitdiff
path: root/build_protobufs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_protobufs.sh')
-rwxr-xr-xbuild_protobufs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_protobufs.sh b/build_protobufs.sh
new file mode 100755
index 0000000..59136c6
--- /dev/null
+++ b/build_protobufs.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+find src/main/java -name '*.proto' -exec \
+ protoc {} --java_out=src/main/java \;