From e03447fd66e1f0e38ab6b6f4976169efa26aa2fc Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Sat, 5 Oct 2024 01:50:51 +0200 Subject: [PATCH] 113: Update Valhalla demos Task-Url: https://github.com/unitsofmeasurement/uom-demos/issues/113 --- lang/valhalla/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/valhalla/README.md b/lang/valhalla/README.md index e16fad2d..1e378ffc 100644 --- a/lang/valhalla/README.md +++ b/lang/valhalla/README.md @@ -16,4 +16,4 @@ To run this demo: - Because some Maven plugins don't support the Valhalla Early-Access Build out of the box yet, please copy [settings-template.xml](settings-template.xml) to `settings.xml`. - Change `Path-to-your/valhalla-early-access/bin` in the new file to the `bin` folder of your Valhalla Early-Access installation. -After that you should be able to run the most common Maven goals like `package` or `test` from your IDE or the command line. Using Maven it should not matter which JDK you use to launch it, because the plugins will automatically use the required Early-Access JDK. If you want to run `ValhallaDemo` directly instead of the Maven goal `exec:java` please add the Valhalla Early-Access installation as JRE/SDK to your IDE, or adjust your `JAVA_HOME` in the command line. \ No newline at end of file +After that you should be able to run the most common Maven goals like `package` or `test` from your IDE or the command line. Using Maven it should not matter which JDK you use to launch it, because the plugins will automatically use the required Early-Access JDK. If you want to run the `valhalla` demo directly instead of the Maven goal `exec:java` please add the Valhalla Early-Access installation as JRE/SDK to your IDE, or adjust your `JAVA_HOME` in the command line. \ No newline at end of file