We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e87be commit ebe04bbCopy full SHA for ebe04bb
1 file changed
README.md
@@ -94,7 +94,7 @@ The use of JDK 24 is required to build the project, even though the libraries be
94
When using sdkman the easiest way to export JAVA_HOME is to export the "current" used JDK's home, like this:
95
96
```bash
97
-export JAVA_HOME="$(sdk home java current)
+export JAVA_HOME="$(sdk home java current)"
98
```
99
100
### Testing your changes
0 commit comments