Skip to content
Snippets Groups Projects
Unverified Commit 64322e8b authored by jimgoog's avatar jimgoog Committed by GitHub
Browse files

Update README.md (#427)

parent cea0490d
No related branches found
No related tags found
No related merge requests found
......@@ -152,14 +152,14 @@ Versions must follow the rules:
## Customizing JDK version
The plugin uses `jpackage`, which is available since [JDK 14](https://openjdk.java.net/projects/jdk/14/).
The plugin uses `jpackage`, for which you should be using at least [JDK 15](https://openjdk.java.net/projects/jdk/15/).
Make sure you meet at least one of the following requirements:
* `JAVA_HOME` environment variable points to the compatible JDK version.
* `javaHome` is set via DSL:
``` kotlin
compose.desktop {
application {
javaHome = System.getenv("JDK_14")
javaHome = System.getenv("JDK_15")
}
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment