Skip to content

Commit 8d1085e

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 d08dbdf commit 8d1085e

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
@@ -72,7 +72,7 @@ LOGCHECK_BIN := logcheck
7272
LOGCHECK := $(TOOLS_GOBIN_DIR)/$(LOGCHECK_BIN)
7373
export LOGCHECK # so hack scripts can use it
7474

75-
CODE_GENERATOR_VER := v2.3.0
75+
CODE_GENERATOR_VER := XXX_TODO
7676
CODE_GENERATOR_BIN := code-generator
7777
CODE_GENERATOR := $(TOOLS_GOBIN_DIR)/$(CODE_GENERATOR_BIN)
7878
export CODE_GENERATOR # so hack scripts can use it

0 commit comments

Comments
 (0)