File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
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
3
- to the PATH'
2
+ description : ' Set up a specific version of the Java JDK and add the
3
+ command-line tools to the PATH'
4
4
author : ' GitHub'
5
5
inputs :
6
6
java-version :
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
+ description : ' The Java version to make available on the path. Takes a whole
8
+ or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x)'
9
9
required : true
10
10
java-package :
11
11
description : ' The package type (jre, jdk, jdk+fx)'
@@ -16,17 +16,19 @@ inputs:
16
16
required : false
17
17
default : ' x64'
18
18
jdkFile :
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.'
19
+ description : ' Path to where the compressed JDK is located. The path could
20
+ be in your source repository or a local path on the agent.'
21
21
required : false
22
22
server-id :
23
- description : ' ID of the distributionManagement repository in the pom.xml file.'
23
+ description : ' ID of the distributionManagement repository in the pom.xml
24
+ file.'
24
25
required : false
25
26
username :
26
27
description : ' Username for authentication to the Apache Maven server.'
27
28
required : false
28
29
password :
29
- description : ' Passowrd or token for authentication to the Apache Maven server.'
30
+ description : ' Passowrd or token for authentication to the Apache Maven
31
+ server.'
30
32
required : false
31
33
runs :
32
34
using : ' node12'
You can’t perform that action at this time.
0 commit comments