Skip to content

Commit 2f84c30

Browse files
committed
DO_NOT_MERGE Makefile: set CODE_GENERATOR_VER to XXX_TODO temporarily
Using locally built code-generator. TODO: set this to a real version once kcp-dev/code-generator#98 is merged! On-behalf-of: SAP robert.vasek@sap.com Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
1 parent cecdf56 commit 2f84c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GOBIN_DIR=$(abspath ./bin )
2323
PATH := $(GOBIN_DIR):$(TOOLS_GOBIN_DIR):$(PATH)
2424
TMPDIR := $(shell mktemp -d)
2525

26-
CODE_GENERATOR_VER := v2.3.0
26+
CODE_GENERATOR_VER := XXX_TODO
2727
CODE_GENERATOR_BIN := code-generator
2828
CODE_GENERATOR := $(TOOLS_DIR)/$(CODE_GENERATOR_BIN)
2929
export CODE_GENERATOR # so hack scripts can use it

0 commit comments

Comments
 (0)