mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Add support for JDKs with JavaFX
Also changes the toolcache to 'fx-jdk' for JDKs with JavaFX and 'jdk' for JDKs without JavaFX
This commit is contained in:
parent
91b87ac691
commit
654e4df6f4
6 changed files with 46 additions and 25 deletions
|
@ -12,6 +12,10 @@ inputs:
|
|||
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.'
|
||||
required: false
|
||||
javafx:
|
||||
description: 'Whether or not to install a JDK with JavaFX. Takes either true or false.'
|
||||
required: false
|
||||
default: 'false'
|
||||
# Deprecated option, do not use. Will not be supported after October 1, 2019
|
||||
version:
|
||||
description: 'Deprecated. Use java-version instead. Will not be supported after October 1, 2019'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue