Add force-download input

This commit is contained in:
copilot-swe-agent[bot]
2026-07-28 02:09:59 +00:00
committed by GitHub
parent 9c42e48e88
commit 98c23c3cba
9 changed files with 77 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@ export interface JavaInstallerOptions {
architecture: string;
packageType: string;
checkLatest: boolean;
forceDownload?: boolean;
setDefault?: boolean;
verifySignature?: boolean;
verifySignaturePublicKey?: string;