publish GreptimeDB protobuf for Java using jitpack.io (#4)

This commit is contained in:
LFC
2023-02-10 15:59:11 +08:00
committed by GitHub
parent f089c73068
commit 328c41f292
9 changed files with 22762 additions and 0 deletions
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
+8
View File
@@ -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