Skip to content

Commit

Permalink
JAVA_HOME needs to be updated for 24.04 engines
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi committed Jan 10, 2025
1 parent 4c4c8fb commit 6d257b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
regexp: '^{{ item.key }}='
line: '{{ item.key }}="{{ item.value }}"'
with_items:
- { key: 'JAVA_HOME', value: '/usr/lib/jvm/adoptopenjdk-java8-jdk-amd64' }
- { key: 'JAVA_HOME', value: '/usr/lib/jvm/java-8-openjdk-amd64' }

#
# Configure the Azure agent. Only run this on Azure, since that is the
Expand Down

0 comments on commit 6d257b8

Please sign in to comment.