Skip to content

Commit

Permalink
Update UPGRADE-PROVIDER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scraly authored Sep 4, 2024
1 parent 6df70f0 commit 7d2d12b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion UPGRADE-PROVIDER.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,15 @@ $ make build

```bash
apt install zip

# Install Java 21
curl -s "https://get.sdkman.io" | bash
source "/root/.sdkman/bin/sdkman-init.sh"

sdk install java 21.0.4-tem
sdk default java 21.0.4-tem
java -version

# Install Gradle 8
sdk install gradle 8.8
gradle -v
```

0 comments on commit 7d2d12b

Please sign in to comment.