Skip to content

Commit 9e6810a

Browse files
author
Jonathan Knight
committed
Ensure build uses the correct keytool under Java home
(merge main -> ce/main 112213) [git-p4: depot-paths = "//dev/coherence-ce/main/": change = 112216]
1 parent 1c054be commit 9e6810a

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)