mirror of
https://github.com/actions/setup-java.git
synced 2026-07-28 15:42:59 +00:00
Add force-download input
This commit is contained in:
committed by
GitHub
parent
9c42e48e88
commit
98c23c3cba
@@ -30,6 +30,10 @@ inputs:
|
||||
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec'
|
||||
required: false
|
||||
default: false
|
||||
force-download:
|
||||
description: 'Set this option to always download Java and replace any matching version in the tool cache'
|
||||
required: false
|
||||
default: false
|
||||
set-default:
|
||||
description: 'Set this option to false if you want to install a JDK but not make it the default. When false, JAVA_HOME and PATH are not updated, but JAVA_HOME_<major>_<arch> is still set.'
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user