This commit is contained in:
stCarolas
2019-12-07 16:09:20 +03:00
parent 13190e621a
commit c66179d93e
10 changed files with 1315 additions and 7 deletions

10
action.yml Normal file
View File

@@ -0,0 +1,10 @@
name: 'Setup Maven'
description: 'Install 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.5.4'
runs:
using: 'node12'
main: 'lib/setup-maven.js'