File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : ' Setup Java JDK'
2
- description : ' Set up a specific version of the Java JDK and add the command-line tools to the PATH'
2
+ description : ' Set up a specific version of the Java JDK and add the command-line tools
3
+ to the PATH'
3
4
author : ' GitHub'
4
5
inputs :
5
6
java-version :
6
- description : ' The Java version to make available on the path. Takes a whole or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x)'
7
+ description : ' The Java version to make available on the path. Takes a whole or
8
+ semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x)'
7
9
required : true
8
10
java-package :
9
11
description : ' The package type (jre, jdk, jdk+fx)'
@@ -14,7 +16,8 @@ inputs:
14
16
required : false
15
17
default : ' x64'
16
18
jdkFile :
17
- description : ' Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.'
19
+ description : ' Path to where the compressed JDK is located. The path could be
20
+ in your source repository or a local path on the agent.'
18
21
required : false
19
22
server-id :
20
23
description : ' ID of the distributionManagement repository in the pom.xml file.'
You can’t perform that action at this time.
0 commit comments