Skip to content

Commit 7041b00

Browse files
committed
Include properties file in native image generation
Seems to be needed as of GraalVM 19.0.0.
1 parent a687738 commit 7041b00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ native-image: clean ## Build the native image
3232
--initialize-at-build-time=org.eclipse.jetty \
3333
--initialize-at-build-time=javax.servlet \
3434
--initialize-at-build-time=org.slf4j \
35-
--no-fallback
35+
--no-fallback \
36+
-H:IncludeResources="rabbitmq-perf-test.properties"
3637

3738
.PHONY: docker-image-dev
3839
docker-image-dev: ## Build Docker image with the local PerfTest version

0 commit comments

Comments
 (0)