Skip to content

Commit

Permalink
Updates the JDK version of the release to jdk-17.0.10+7. (opensearch-…
Browse files Browse the repository at this point in the history
…project#4136)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Feb 16, 2024
1 parent 8151d83 commit 8bf0daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/build-resources.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
linux: ['x64']
]
jdkSources = [
linux_x64: 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8%2B7/OpenJDK17U-jdk_x64_linux_hotspot_17.0.8_7.tar.gz',
linux_x64: 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.10%2B7/OpenJDK17U-jdk_x64_linux_hotspot_17.0.10_7.tar.gz',
linux_arm64: 'https://hg.openjdk.java.net/aarch64-port/jdk8/archive/tip.tar.gz'
]
awsResources = [
Expand Down

0 comments on commit 8bf0daa

Please sign in to comment.