Skip to content

Commit 1134399

Browse files
authored
Merge pull request #1546 from jenkins-infra/updatecli_main_498ffd7fcc2fcf2b13edac236d130b940660e60d7aca75073f1b6272994b7318
[SDKs] Update the versions of the temurin installers from SDKMAN
2 parents db9130d + 530048d commit 1134399

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitpod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM gitpod/workspace-java-21
77

88
# Define the versions of the JDKs to install. This is used by the `sdk install java` command to install the specified JDK.
99
ENV JDK8_PACKAGE=8.0.472-tem
10-
ENV JDK11_PACKAGE=11.0.29-tem
10+
ENV JDK11_PACKAGE=11.0.30-tem
1111
ENV JDK17_PACKAGE=17.0.18-tem
1212
ENV JDK21_PACKAGE=21.0.9-tem
1313
ENV JDK25_PACKAGE=25.0.2-tem

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && \
1313

1414
# Set environment variables for JDK versions managed by SDKMAN
1515
ENV JDK8_PACKAGE=8.0.472-tem
16-
ENV JDK11_PACKAGE=11.0.29-tem
16+
ENV JDK11_PACKAGE=11.0.30-tem
1717
ENV JDK17_PACKAGE=17.0.18-tem
1818
ENV JDK21_PACKAGE=21.0.9-tem
1919
ENV JDK25_PACKAGE=25.0.2-tem

plugin-modernizer-core/src/main/resources/sdkman.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
JDK8_PACKAGE=8.0.472-tem # JDK 8 package version
66
JAVA_8_HOME=$HOME/.sdkman/candidates/java/8.0.472-tem
7-
JDK11_PACKAGE=11.0.29-tem # JDK 11 package version
8-
JAVA_11_HOME=$HOME/.sdkman/candidates/java/11.0.29-tem
7+
JDK11_PACKAGE=11.0.30-tem # JDK 11 package version
8+
JAVA_11_HOME=$HOME/.sdkman/candidates/java/11.0.30-tem
99
JDK17_PACKAGE=17.0.18-tem # JDK 17 package version
1010
JAVA_17_HOME=$HOME/.sdkman/candidates/java/17.0.18-tem
1111
JDK21_PACKAGE=21.0.9-tem # JDK 21 package version

0 commit comments

Comments
 (0)