mirror of
https://github.com/stCarolas/setup-maven.git
synced 2025-12-06 02:50:34 +00:00
Set up your GitHub Actions workflow with a specific version of Apache Maven
| lib | ||
| node_modules | ||
| src | ||
| .gitignore | ||
| .prettierrc.json | ||
| action.yml | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
How To Use
Add this step into workflow
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.2