Files
setup-maven/action.yml

11 lines
311 B
YAML
Raw Permalink Normal View History

2019-12-07 16:09:20 +03:00
name: 'Setup Maven'
2019-12-07 16:42:10 +03:00
description: 'Install a specific version of Apache Maven and add it to the PATH'
2019-12-07 16:09:20 +03: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 14:19:54 +02:00
default: '3.8.2'
2019-12-07 16:09:20 +03:00
runs:
2024-01-24 13:06:12 -07:00
using: 'node20'
2019-12-07 16:09:20 +03:00
main: 'lib/setup-maven.js'