File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : ' 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'
44author : ' GitHub'
55inputs :
66 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)'
99 required : true
1010 java-package :
1111 description : ' The package type (jre, jdk, jdk+fx)'
@@ -16,17 +16,19 @@ inputs:
1616 required : false
1717 default : ' x64'
1818 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.'
2121 required : false
2222 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.'
2425 required : false
2526 username :
2627 description : ' Username for authentication to the Apache Maven server.'
2728 required : false
2829 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.'
3032 required : false
3133runs :
3234 using : ' node12'
You can’t perform that action at this time.
0 commit comments