2019-11-08 16:40:12 +00:00
|
|
|
name: 'Setup Java JDK'
|
2019-12-06 19:35:32 +00:00
|
|
|
description: 'Set up a specific version of the Java JDK and add the
|
|
|
|
command-line tools to the PATH'
|
2019-07-10 14:54:25 +00:00
|
|
|
author: 'GitHub'
|
2019-12-06 19:36:32 +00:00
|
|
|
inputs:
|
2019-08-13 20:24:39 +00:00
|
|
|
java-version:
|
2019-12-06 19:35:32 +00:00
|
|
|
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)'
|
2019-07-11 03:11:48 +00:00
|
|
|
required: true
|
2019-11-22 20:32:49 +00:00
|
|
|
java-package:
|
2019-11-03 04:39:35 +00:00
|
|
|
description: 'The package type (jre, jdk, jdk+fx)'
|
2019-11-22 18:45:27 +00:00
|
|
|
required: false
|
2019-11-03 04:39:35 +00:00
|
|
|
default: 'jdk'
|
2019-11-22 20:32:49 +00:00
|
|
|
architecture:
|
2019-11-03 04:39:35 +00:00
|
|
|
description: 'The architecture (x86, x64) of the package.'
|
2019-11-22 18:45:27 +00:00
|
|
|
required: false
|
2019-07-15 15:11:53 +00:00
|
|
|
default: 'x64'
|
2019-07-11 03:11:48 +00:00
|
|
|
jdkFile:
|
2019-12-06 19:35:32 +00: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 15:26:32 +00:00
|
|
|
required: false
|
2019-11-28 22:18:30 +00:00
|
|
|
server-id:
|
2019-12-06 19:35:32 +00:00
|
|
|
description: 'ID of the distributionManagement repository in the pom.xml
|
2019-12-20 16:35:06 +00:00
|
|
|
file. Default is `github`'
|
2019-11-28 22:18:30 +00:00
|
|
|
required: false
|
2019-12-19 16:52:26 +00:00
|
|
|
server-username:
|
2019-12-19 19:28:11 +00:00
|
|
|
description: 'Environment variable name for the username for authentication
|
2019-12-20 16:35:06 +00:00
|
|
|
to the Apache Maven repository. Default is $GITHUB_ACTOR'
|
2019-11-28 22:18:30 +00:00
|
|
|
required: false
|
2019-12-19 16:52:26 +00:00
|
|
|
server-password:
|
2019-12-19 19:28:11 +00:00
|
|
|
description: 'Environment variable name for password or token for
|
2019-12-20 16:35:06 +00:00
|
|
|
authentication to the Apache Maven repository. Default is $GITHUB_TOKEN'
|
2019-11-28 22:18:30 +00:00
|
|
|
required: false
|
2019-12-10 21:02:21 +00:00
|
|
|
settings-path:
|
2019-12-18 19:05:01 +00:00
|
|
|
description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'
|
2019-12-10 21:02:21 +00:00
|
|
|
required: false
|
2019-07-10 14:54:25 +00:00
|
|
|
runs:
|
|
|
|
using: 'node12'
|
2019-11-25 15:21:42 +00:00
|
|
|
main: 'dist/index.js'
|