mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
Add functionality to setup maven binary
Add functionality to setup maven in order to use for project building
This commit is contained in:
parent
104660f1cc
commit
c45a722262
10 changed files with 150 additions and 60 deletions
|
@ -9,6 +9,9 @@ inputs:
|
|||
Early access versions can be specified in the form of e.g. 14-ea,
|
||||
14.0.0-ea, or 14.0.0-ea.28'
|
||||
required: true
|
||||
maven-version:
|
||||
description: 'Version of maven, does not setup maven if version is not provided.
|
||||
check available versions here https://downloads.apache.org/maven/'
|
||||
maven-ca-cert-b64:
|
||||
description: 'CA cert in the format of a base64 blob used to connect to private
|
||||
maven repo protected by MTLS'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue