Skip to content

Commit

Permalink
Upgrade to GraalVM 21.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Jan 31, 2024
1 parent 7cd88b1 commit a5ce408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ git clone https://github.com/oktadev/auth0-java-reactive-examples.git
You will need a JDK with GraalVM and its native-image compiler. Using [SDKMAN](https://sdkman.io), run the following command and set it as the default:

```bash
sdk install java 21.0.1-graalce
sdk install java 21.0.2-graalce
```

Next, you'll need a [free Auth0 developer account](https://auth0.com/signup).
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rm -rf {micronaut,quarkus,spring-boot}/build
rm -rf helidon/target

source ~/.sdkman/bin/sdkman-init.sh
sdk use java 21.0.1-graalce
sdk use java 21.0.2-graalce

echo "Building Micronaut..."
cd micronaut && ./gradlew nativeCompile
Expand Down
2 changes: 1 addition & 1 deletion demo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ toc::[]

Use SDKMAN to install Java 21 with GraalVM

sdk install java 21.0.1-graalce
sdk install java 21.0.2-graalce

== Generate an OAuth 2.0 Access Token

Expand Down

0 comments on commit a5ce408

Please sign in to comment.