Skip to content

Commit ca58749

Browse files
committed
DLPX-94716 Set default JDK version to v17 in the engine
PR URL: https://www.github.com/delphix/delphix-platform/pull/539
1 parent 190c095 commit ca58749

File tree

1 file changed

+1
-1
lines changed
  • files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks

1 file changed

+1
-1
lines changed

files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
regexp: '^{{ item.key }}='
296296
line: '{{ item.key }}="{{ item.value }}"'
297297
with_items:
298-
- { key: 'JAVA_HOME', value: '/usr/lib/jvm/java-8-openjdk-amd64' }
298+
- { key: 'JAVA_HOME', value: '/usr/lib/jvm/java-17-openjdk-amd64' }
299299

300300
#
301301
# Configure the Azure agent. Only run this on Azure, since that is the

0 commit comments

Comments
 (0)