publish GreptimeDB protobuf for Java using jitpack.io (#4)
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
PROTO_ROOT=../../../../proto
|
||||
|
||||
protoc -I=${PROTO_ROOT} --java_out=../java/ \
|
||||
${PROTO_ROOT}/greptime/v1/column.proto \
|
||||
${PROTO_ROOT}/greptime/v1/ddl.proto \
|
||||
${PROTO_ROOT}/greptime/v1/database.proto
|
||||
Reference in New Issue
Block a user