mirror of
https://github.com/actions/setup-java.git
synced 2024-11-06 00:55:54 -05:00
Use correct comment character
This commit is contained in:
parent
475978becf
commit
a8e7064d5b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ steps:
|
|||
with:
|
||||
java-version: '4.0.0'
|
||||
architecture: x64
|
||||
jdkFile: <path to jdkFile> // Optional - jdkFile to install java from. Useful for versions not supported by Azul
|
||||
jdkFile: <path to jdkFile> # Optional - jdkFile to install java from. Useful for versions not supported by Azul
|
||||
- run: java -cp java HelloWorldApp
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue