Skip to content

Commit ae5e701

Browse files
authored
Updates the JDK version to 17.0.16 from 17.0.10. This is the latest Temurin binary for JDK 17. (#6170)
Signed-off-by: David Venable <dlv@amazon.com>
1 parent 98fcf0d commit ae5e701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/build-resources.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
linux: ['x64']
1010
]
1111
jdkSources = [
12-
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',
12+
linux_x64: 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.16%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.16_8.tar.gz',
1313
linux_arm64: 'https://hg.openjdk.java.net/aarch64-port/jdk8/archive/tip.tar.gz'
1414
]
1515
awsResources = [

0 commit comments

Comments
 (0)