setup-maven/action.yml

11 lines
311 B
YAML
Raw Normal View History

2019-12-07 13:09:20 +00:00
name: 'Setup Maven'
2019-12-07 13:42:10 +00:00
description: 'Install a specific version of Apache Maven and add it to the PATH'
2019-12-07 13:09:20 +00:00
author: 'stCarolas'
inputs:
maven-version:
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
2021-08-31 12:19:54 +00:00
default: '3.8.2'
2019-12-07 13:09:20 +00:00
runs:
using: 'node12'
main: 'lib/setup-maven.js'