commit | 7deefddb93d500d0b2a6f25829c6f1a926b4efed | [log] [tgz] |
---|---|---|
author | Clément Béra <clementbera@google.com> | Tue Apr 01 14:32:35 2025 +0200 |
committer | Clément Béra <clementbera@google.com> | Tue Apr 01 05:39:23 2025 -0700 |
tree | 188eb44d4a91b21e8a0da847a4fc23a35d53aa54 | |
parent | 5feec93536aa636fef18ede762c0f733065c619f [diff] [blame] |
Add OpenJDK 24 Change-Id: I01bd736bc454fdf7d4b0f8877080b98cc6b2cd03
diff --git a/scripts/add-openjdk.sh b/scripts/add-openjdk.sh index b1838fe..0eecb48 100755 --- a/scripts/add-openjdk.sh +++ b/scripts/add-openjdk.sh
@@ -18,7 +18,7 @@ # Now run script with fingers crossed! -JDK_VERSION="23.0.1" +JDK_VERSION="24" JDK_VERSION_FULL=${JDK_VERSION} # For ea versions the full version name has a postfix. # JDK_VERSION_FULL="${JDK_VERSION}-ea+33"