Skip to content

Commit

Permalink
LRCI-5071 update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhashimoto committed Dec 10, 2024
1 parent f28cd50 commit b969b5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-test-analytics-cloud.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<local name="java.jdk.opts" />
<local name="path" />

<!-- <get-java-jdk-home architecture="x64" type="oracle" version="8" /> -->
<!-- <get-java-jdk-opts architecture="x64" type="oracle" version="8" /> -->
<!--<get-java-jdk-home architecture="x64" type="oracle" version="8" />-->
<!--<get-java-jdk-opts architecture="x64" type="oracle" version="8" />-->
<get-java-jdk-home architecture="x64" type="zulu" version="21" />
<get-java-jdk-opts architecture="x64" type="zulu" version="21" />

Expand All @@ -55,6 +55,7 @@
<echo>path=${path}</echo>

<exec dir="${analytics.cloud.asah.dir}" executable="/bin/bash" failonerror="true" timeout="600000">
<env key="ANT_OPTS" value="${java.jdk.opts}" />
<env key="JAVA_HOME" value="${java.jdk.home}" />
<env key="JAVA_OPTS" value="${java.jdk.opts}" />
<env key="PATH" value="${path}" />
Expand Down

0 comments on commit b969b5a

Please sign in to comment.