Skip to content

Commit 43bcb4c

Browse files
committed
Avoid having the version fixed on the Makefile
1 parent a7fb7dd commit 43bcb4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
GRAAL_VERSION?=21.0.2-graalce
2-
WANAKU_VERSION=0.0.2-SNAPSHOT
2+
WANAKU_VERSION := $(shell cat core/core-util/target/classes/version.txt)
33

44
HOST?=localhost
55
API_ENDPOINT?=http://$(HOST):8080
66

77
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
88
mkfile_dir := $(dir $(mkfile_path))
99

10-
1110
help:
1211
@echo Make sure to adjust your environment to use Graal. For instance, run "sdk use ${GRAAL_VERSION}"
1312

0 commit comments

Comments
 (0)