Skip to content

Commit

Permalink
Remove obsolete java api make target.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlante committed Jun 14, 2024
1 parent 87cd02e commit dd52a8e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,6 @@ api:
--openapi_out=fq_schema_naming=true,default_response=false:. \
$(API_PROTO_FILES)

.PHONY: java_api
# generate java_api proto
# REQUIRED: protoc-gen-grpc-java plugin from https://repo.maven.apache.org/maven2/io/grpc/protoc-gen-grpc-java/1.63.0/
# on your path. Then:
# chmod u+x <PATH>/protoc-gen-grpc-java-1.63.0-osx-aarch_64.exe
# ln -s <PATH>/protoc-gen-grpc-java-1.63.0-<ARCH>.exe protoc-gen-grpc-java
java_api:
mkdir -p ./relations-client-java/src/main/java
protoc --proto_path=./api \
--proto_path=./third_party \
--java_out=./relations-client-java/src/main/java \
--plugin=protoc-gen-grpc-java \
--grpc-java_out=./relations-client-java/src/main/java \
$(API_PROTO_FILES)

.PHONY: build
# build
build:
Expand Down

0 comments on commit dd52a8e

Please sign in to comment.