setup-maven/action.yml

11 lines
289 B
YAML
Raw Normal View History

2019-12-07 13:09:20 +00:00
name: 'Setup Maven'
2019-12-07 13:37:12 +00:00
description: 'Install 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'
default: '3.5.4'
runs:
using: 'node12'
main: 'lib/setup-maven.js'