We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a687738 commit 7041b00Copy full SHA for 7041b00
Makefile
@@ -32,7 +32,8 @@ native-image: clean ## Build the native image
32
--initialize-at-build-time=org.eclipse.jetty \
33
--initialize-at-build-time=javax.servlet \
34
--initialize-at-build-time=org.slf4j \
35
- --no-fallback
+ --no-fallback \
36
+ -H:IncludeResources="rabbitmq-perf-test.properties"
37
38
.PHONY: docker-image-dev
39
docker-image-dev: ## Build Docker image with the local PerfTest version
0 commit comments