Skip to content

Commit a965cfd

Browse files
committed
Ensure build uses the correct keytool under Java home
(merge ce/main -> ce/24.09 112216) [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v24.09/": change = 112222]
1 parent 51ea331 commit a965cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prj/test/functional/ssl/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<property environment="env"/>
2121

22-
<condition property="keytool" value="${env.JAVA_HOME}/bin/keytool.exe" else="keytool" >
22+
<condition property="keytool" value="${env.JAVA_HOME}/bin/keytool.exe" else="${env.JAVA_HOME}/bin/keytool" >
2323
<os family="windows" />
2424
</condition>
2525

0 commit comments

Comments
 (0)