mirror of
https://github.com/stCarolas/setup-maven.git
synced 2024-11-12 12:38:06 +00:00
564f523965
See [GitHub Actions: All Actions will begin running on Node16 instead of Node12](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/)
11 lines
311 B
YAML
11 lines
311 B
YAML
name: 'Setup Maven'
|
|
description: 'Install a specific version of Apache Maven and add it to the PATH'
|
|
author: 'stCarolas'
|
|
inputs:
|
|
maven-version:
|
|
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
|
|
default: '3.8.2'
|
|
runs:
|
|
using: 'node16'
|
|
main: 'lib/setup-maven.js'
|