mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-08 00:09:38 +00:00
Use correct comment character
This commit is contained in:
@ -32,7 +32,7 @@ steps:
|
|||||||
with:
|
with:
|
||||||
java-version: '4.0.0'
|
java-version: '4.0.0'
|
||||||
architecture: x64
|
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
|
- run: java -cp java HelloWorldApp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user