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
@@ -3,6 +3,7 @@ export interface JavaInstallerOptions {
|
||||
architecture: string;
|
||||
packageType: string;
|
||||
checkLatest: boolean;
|
||||
forceDownload?: boolean;
|
||||
setDefault?: boolean;
|
||||
verifySignature?: boolean;
|
||||
verifySignaturePublicKey?: string;
|
||||
|
||||
Reference in New Issue
Block a user