Skip to content

Commit 6c96b8a

Browse files
committed
Try java command alternative
1 parent 082e792 commit 6c96b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/E2ETesting/E2ETesting.targets

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

1919
<!-- JAVA -->
2020
<Message Importance="High" Text="Ensuring JAVA is available" />
21-
<Exec Command="java --version" />
21+
<Exec Command="java -version" />
2222
<Message Importance="High" Text="JAVA is available on the PATH" />
2323

2424
<!-- package.json -->

0 commit comments

Comments
 (0)