Skip to content

Commit 6a926f1

Browse files
committed
ansible: update jenkins-workspace to Java 25
Signed-off-by: Richard Lau <[email protected]>
1 parent 2d1f5c7 commit 6a926f1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ansible/roles/java-base/vars/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ packages: {
1616
'rhel8': 'java-17-openjdk',
1717
'rhel9': 'java-17-openjdk',
1818
'smartos': 'openjdk17',
19-
'ubuntu': 'openjdk-17-jre-headless',
20-
'ubuntu1604': 'openjdk-8-jre-headless',
21-
'ubuntu2204': 'openjdk-17-jre-headless',
19+
'ubuntu': 'openjdk-25-jre-headless',
2220
}
2321

2422
java_package_name: "{{ packages[os]|default(packages[os|stripversion])|default(omit) }}"

0 commit comments

Comments
 (0)