mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06: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
6fa8ff8bf6
12 changed files with 222 additions and 127 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. You have to provide version in order to setup maven.
|
||||
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