2019-12-07 21:09:20 +08:00
|
|
|
name: 'Setup Maven'
|
2019-12-07 21:42:10 +08:00
|
|
|
description: 'Install a specific version of Apache Maven and add it to the PATH'
|
2019-12-07 21:09:20 +08: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 20:19:54 +08:00
|
|
|
default: '3.8.2'
|
2019-12-07 21:09:20 +08:00
|
|
|
runs:
|
2022-10-10 17:15:35 +08:00
|
|
|
using: 'node16'
|
2019-12-07 21:09:20 +08:00
|
|
|
main: 'lib/setup-maven.js'
|