mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-08 02:46:20 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7060d72b50 | ||
|
|
5f0391e280 | ||
|
|
eed613a1e5 |
@@ -4,7 +4,7 @@ Add this step into workflow
|
||||
|
||||
```
|
||||
- name: Set up Maven
|
||||
uses: stCarolas/setup-maven@v4
|
||||
uses: stCarolas/setup-maven@v4.2
|
||||
with:
|
||||
maven-version: 3.5.4
|
||||
maven-version: 3.8.2
|
||||
```
|
||||
|
||||
@@ -4,7 +4,7 @@ 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'
|
||||
default: '3.8.2'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/setup-maven.js'
|
||||
|
||||
Reference in New Issue
Block a user