| 
									
										
										
										
											2019-11-08 16:40:12 +00:00
										 |  |  | name: 'Setup Java JDK'
 | 
					
						
							| 
									
										
										
										
											2019-12-06 14:35:32 -05:00
										 |  |  | description: 'Set up a specific version of the Java JDK and add the
 | 
					
						
							|  |  |  |    command-line tools to the PATH'
 | 
					
						
							| 
									
										
										
										
											2019-07-10 10:54:25 -04:00
										 |  |  | author: 'GitHub'
 | 
					
						
							| 
									
										
										
										
											2019-12-06 14:36:32 -05:00
										 |  |  | inputs:
 | 
					
						
							| 
									
										
										
										
											2019-08-13 16:24:39 -04:00
										 |  |  |   java-version:
 | 
					
						
							| 
									
										
										
										
											2019-12-06 14:35:32 -05:00
										 |  |  |     description: 'The Java version to make available on the path. Takes a whole
 | 
					
						
							| 
									
										
										
										
											2020-01-09 00:45:37 -08:00
										 |  |  |        or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x).
 | 
					
						
							|  |  |  |        Early access versions can be specified in the form of e.g. 14-ea,
 | 
					
						
							|  |  |  |        14.0.0-ea, or 14.0.0-ea.28'
 | 
					
						
							| 
									
										
										
										
											2019-07-10 23:11:48 -04:00
										 |  |  |     required: true
 | 
					
						
							| 
									
										
										
										
											2019-11-22 15:32:49 -05:00
										 |  |  |   java-package:
 | 
					
						
							| 
									
										
										
										
											2019-11-02 21:39:35 -07:00
										 |  |  |     description: 'The package type (jre, jdk, jdk+fx)'
 | 
					
						
							| 
									
										
										
										
											2019-11-22 10:45:27 -08:00
										 |  |  |     required: false
 | 
					
						
							| 
									
										
										
										
											2019-11-02 21:39:35 -07:00
										 |  |  |     default: 'jdk'
 | 
					
						
							| 
									
										
										
										
											2019-11-22 15:32:49 -05:00
										 |  |  |   architecture:
 | 
					
						
							| 
									
										
										
										
											2019-11-02 21:39:35 -07:00
										 |  |  |     description: 'The architecture (x86, x64) of the package.'
 | 
					
						
							| 
									
										
										
										
											2019-11-22 10:45:27 -08:00
										 |  |  |     required: false
 | 
					
						
							| 
									
										
										
										
											2019-07-15 11:11:53 -04:00
										 |  |  |     default: 'x64'
 | 
					
						
							| 
									
										
										
										
											2019-07-10 23:11:48 -04:00
										 |  |  |   jdkFile:
 | 
					
						
							| 
									
										
										
										
											2019-12-06 14:35:32 -05:00
										 |  |  |     description: 'Path to where the compressed JDK is located. The path could
 | 
					
						
							|  |  |  |        be in your source repository or a local path on the agent.'
 | 
					
						
							| 
									
										
										
										
											2019-07-15 11:26:32 -04:00
										 |  |  |     required: false
 | 
					
						
							| 
									
										
										
										
											2020-07-15 19:53:39 -06:00
										 |  |  |     default: ''
 | 
					
						
							| 
									
										
										
										
											2019-11-28 14:18:30 -08:00
										 |  |  |   server-id:
 | 
					
						
							| 
									
										
										
										
											2019-12-06 14:35:32 -05:00
										 |  |  |     description: 'ID of the distributionManagement repository in the pom.xml
 | 
					
						
							| 
									
										
										
										
											2019-12-20 08:35:06 -08:00
										 |  |  |        file. Default is `github`'
 | 
					
						
							| 
									
										
										
										
											2019-11-28 14:18:30 -08:00
										 |  |  |     required: false
 | 
					
						
							| 
									
										
										
										
											2020-07-15 19:53:39 -06:00
										 |  |  |     default: 'github'
 | 
					
						
							| 
									
										
										
										
											2019-12-19 08:52:26 -08:00
										 |  |  |   server-username:
 | 
					
						
							| 
									
										
										
										
											2019-12-19 11:28:11 -08:00
										 |  |  |     description: 'Environment variable name for the username for authentication
 | 
					
						
							| 
									
										
										
										
											2019-12-20 08:35:06 -08:00
										 |  |  |        to the Apache Maven repository. Default is $GITHUB_ACTOR'
 | 
					
						
							| 
									
										
										
										
											2019-11-28 14:18:30 -08:00
										 |  |  |     required: false
 | 
					
						
							| 
									
										
										
										
											2020-07-15 19:53:39 -06:00
										 |  |  |     default: 'GITHUB_ACTOR'
 | 
					
						
							| 
									
										
										
										
											2019-12-19 08:52:26 -08:00
										 |  |  |   server-password:
 | 
					
						
							| 
									
										
										
										
											2019-12-19 11:28:11 -08:00
										 |  |  |     description: 'Environment variable name for password or token for
 | 
					
						
							| 
									
										
										
										
											2019-12-20 08:35:06 -08:00
										 |  |  |        authentication to the Apache Maven repository. Default is $GITHUB_TOKEN'
 | 
					
						
							| 
									
										
										
										
											2019-11-28 14:18:30 -08:00
										 |  |  |     required: false
 | 
					
						
							| 
									
										
										
										
											2020-07-15 19:53:39 -06:00
										 |  |  |     default: 'GITHUB_TOKEN'
 | 
					
						
							| 
									
										
										
										
											2019-12-10 13:02:21 -08:00
										 |  |  |   settings-path:
 | 
					
						
							| 
									
										
										
										
											2019-12-18 11:05:01 -08:00
										 |  |  |     description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'
 | 
					
						
							| 
									
										
										
										
											2019-12-10 13:02:21 -08:00
										 |  |  |     required: false
 | 
					
						
							| 
									
										
										
										
											2020-05-02 04:33:15 -07:00
										 |  |  |   gpg-private-key:
 | 
					
						
							|  |  |  |     description: 'GPG private key to import. Default is empty string.'
 | 
					
						
							|  |  |  |     required: false
 | 
					
						
							|  |  |  |   gpg-passphrase:
 | 
					
						
							|  |  |  |     description: 'Environment variable name for the GPG private key passphrase. Default is
 | 
					
						
							|  |  |  |        $GPG_PASSPHRASE.'
 | 
					
						
							|  |  |  |     required: false
 | 
					
						
							| 
									
										
										
										
											2020-07-15 19:53:39 -06:00
										 |  |  |     default: 'GPG_PASSHPRASE'
 | 
					
						
							| 
									
										
										
										
											2020-05-24 20:03:57 +02:00
										 |  |  | outputs:
 | 
					
						
							|  |  |  |   path:
 | 
					
						
							|  |  |  |     description: 'Path to where the java environment has been installed (same as $JAVA_HOME)'
 | 
					
						
							|  |  |  |   version:
 | 
					
						
							|  |  |  |     description: 'Actual version of the java environment that has been installed'
 | 
					
						
							| 
									
										
										
										
											2019-07-10 10:54:25 -04:00
										 |  |  | runs:
 | 
					
						
							|  |  |  |   using: 'node12'
 | 
					
						
							| 
									
										
										
										
											2020-05-02 04:33:15 -07:00
										 |  |  |   main: 'dist/setup/index.js'
 | 
					
						
							|  |  |  |   post: 'dist/cleanup/index.js'
 |