2019-11-08 11:40:12 -05:00
|
|
|
name: 'Setup Java JDK'
|
|
|
|
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'
|
|
|
|
inputs:
|
2019-08-13 16:24:39 -04:00
|
|
|
java-version:
|
2019-11-21 01:23:25 -05: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-10 23:11:48 -04:00
|
|
|
required: true
|
2019-11-22 15:32:49 -05:00
|
|
|
java-package:
|
2019-11-03 00:39:35 -04:00
|
|
|
description: 'The package type (jre, jdk, jdk+fx)'
|
2019-11-22 13:45:27 -05:00
|
|
|
required: false
|
2019-11-03 00:39:35 -04:00
|
|
|
default: 'jdk'
|
2019-11-22 15:32:49 -05:00
|
|
|
architecture:
|
2019-11-03 00:39:35 -04:00
|
|
|
description: 'The architecture (x86, x64) of the package.'
|
2019-11-22 13:45:27 -05:00
|
|
|
required: false
|
2019-07-15 11:11:53 -04:00
|
|
|
default: 'x64'
|
2019-07-10 23:11:48 -04:00
|
|
|
jdkFile:
|
|
|
|
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
|
2019-07-10 10:54:25 -04:00
|
|
|
runs:
|
|
|
|
using: 'node12'
|
2019-11-25 10:21:42 -05:00
|
|
|
main: 'dist/index.js'
|