Skip to content

Commit

Permalink
fixed to the latest java version
Browse files Browse the repository at this point in the history
  • Loading branch information
hide212131 committed Dec 20, 2023
1 parent dd412ae commit cfd7188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm install -g generator-jhipster-native
To build a native image, you need to install a JDK that is compatible with GraalVM. Please refer to the [GraalVM Release Notes](https://www.graalvm.org/release-notes/) and install the appropriate JDK. Using SDKMAN simplifies the installation process.

```
sdk install java 20.0.2-graalce
sdk install java 21-graalce
```

# Usage
Expand Down
2 changes: 1 addition & 1 deletion generators/server/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ $2
To build a Native image, you need to install a JDK that is compatible with GraalVM. Please refer to the [GraalVM Release Notes](https://www.graalvm.org/release-notes/) and install the appropriate JDK. Using SDKMAN simplifies the installation process.
\`\`\`
sdk install java 20.0.2-graalce
sdk install java 21-graalce
\`\`\`
### How to Build a Native Image
Expand Down

0 comments on commit cfd7188

Please sign in to comment.