We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fb7dd commit 43bcb4cCopy full SHA for 43bcb4c
Makefile
@@ -1,13 +1,12 @@
1
GRAAL_VERSION?=21.0.2-graalce
2
-WANAKU_VERSION=0.0.2-SNAPSHOT
+WANAKU_VERSION := $(shell cat core/core-util/target/classes/version.txt)
3
4
HOST?=localhost
5
API_ENDPOINT?=http://$(HOST):8080
6
7
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
8
mkfile_dir := $(dir $(mkfile_path))
9
10
-
11
help:
12
@echo Make sure to adjust your environment to use Graal. For instance, run "sdk use ${GRAAL_VERSION}"
13
0 commit comments