publish GreptimeDB protobuf for Java using jitpack.io (#4)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
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