mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
Add cacerts parameter, which can copy existing cacerts into JDK
This commit is contained in:
parent
d53b046579
commit
0d42bcacb6
11 changed files with 2167 additions and 2075 deletions
|
@ -24,6 +24,9 @@ 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
|
||||
cacerts:
|
||||
description: 'Copy cacerts file from given path into newly downloaded Java installation'
|
||||
required: false
|
||||
server-id:
|
||||
description: 'ID of the distributionManagement repository in the pom.xml
|
||||
file. Default is `github`'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue